mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 15:16:52 -04:00
Fix typo ("wil" -> "will") (#1273)
This commit is contained in:
parent
0670e98942
commit
e127227794
@ -28,7 +28,7 @@ And then in a JavaScript component:
|
||||
```js
|
||||
import * as params from '@params';
|
||||
|
||||
// Wil resolve to one of `hello.{js,ts,tsx,jsx}` inside `assets/my/module`.
|
||||
// Will resolve to one of `hello.{js,ts,tsx,jsx}` inside `assets/my/module`.
|
||||
import { hello } from 'my/module/hello';
|
||||
|
||||
var api = params.api;
|
||||
|
Loading…
x
Reference in New Issue
Block a user