Skip to content

Commit 1a219a1

Browse files
authored
Merge pull request #387 from webpack/fix-invalid-syntax
Fix invalid syntax on splash page
2 parents c407056 + ac4cab2 commit 1a219a1

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)