Skip to content

Commit 9f55fd0

Browse files
authored
Fix ending backticks for example
1 parent c25e13f commit 9f55fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Please:
6060
+ def createElement(tagName: String): Element = js.native
6161
+ def createElement(tagName: String, options: String): Element = js.native
6262
+ def createElement(tagName: String, options: ElementCreationOptions): Element = js.native
63+
```
6364
* Add scaladocs via copy-paste from MDN
6465

6566

0 commit comments

Comments
 (0)