Skip to content

Commit ac4cab2

Browse files
committed
Fix invalid syntax on splash page [skip ci]
1 parent c407056 commit ac4cab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```js
66
import bar from './foo';
77

8-
bar():
8+
bar();
99
```
1010

1111
**foo.js**

0 commit comments

Comments
 (0)