mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 12:14:53 -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
|
```js
|
||||||
import * as params from '@params';
|
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';
|
import { hello } from 'my/module/hello';
|
||||||
|
|
||||||
var api = params.api;
|
var api = params.api;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user