Fix a minor typo (#1314)

This commit is contained in:
Ram Iyer
2021-01-26 11:51:07 +05:30
committed by GitHub
parent 399c74acd6
commit b029021215
+1 -1
View File
@@ -88,7 +88,7 @@ And it will resolve to the top-most `index.{js,ts,tsx,jsx}` inside `assets/my/mo
import { hello3 } from 'my/module/hello3';
```
Wil resolve to `hello3.{js,ts,tsx,jsx}` inside `assets/my/module`.
Will resolve to `hello3.{js,ts,tsx,jsx}` inside `assets/my/module`.
Any imports starting with `.` is resolved relative to the current file: