mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix a minor typo (#1314)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user