Skip to content

Commit 9ff346e

Browse files
authored
Update index.md
I think these should be single quotes rather than back ticks?
1 parent fa23cef commit 9ff346e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To bundle the `lodash` dependency with the `index.js`, we need to import `lodash
7171
__app/index.js__
7272

7373
```diff
74-
+ import _ from `lodash`;
74+
+ import _ from 'lodash';
7575

7676
function component () {
7777
...

0 commit comments

Comments
 (0)