Fix typo ("wil" -> "will") (#1273)

This commit is contained in:
Yaacov 2020-11-11 11:42:03 +01:00 committed by GitHub
parent 0670e98942
commit e127227794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;