mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 08:48:53 +00:00
Fix typo ("wil" -> "will") (#1273)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user