From e127227794e5e8baa3a1459c927d7de2465e3c47 Mon Sep 17 00:00:00 2001 From: Yaacov Date: Wed, 11 Nov 2020 11:42:03 +0100 Subject: [PATCH] Fix typo ("wil" -> "will") (#1273) --- content/en/news/0.78.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.78.0-relnotes/index.md b/content/en/news/0.78.0-relnotes/index.md index faf6f8dff..fcc20c066 100644 --- a/content/en/news/0.78.0-relnotes/index.md +++ b/content/en/news/0.78.0-relnotes/index.md @@ -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;