From b0290212153e46f4b5a694451f151daed3931b32 Mon Sep 17 00:00:00 2001 From: Ram Iyer Date: Tue, 26 Jan 2021 11:51:07 +0530 Subject: [PATCH] Fix a minor typo (#1314) --- content/en/hugo-pipes/js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-pipes/js.md b/content/en/hugo-pipes/js.md index a34454a93..e5c830913 100644 --- a/content/en/hugo-pipes/js.md +++ b/content/en/hugo-pipes/js.md @@ -88,7 +88,7 @@ And it will resolve to the top-most `index.{js,ts,tsx,jsx}` inside `assets/my/mo import { hello3 } from 'my/module/hello3'; ``` -Wil resolve to `hello3.{js,ts,tsx,jsx}` inside `assets/my/module`. +Will resolve to `hello3.{js,ts,tsx,jsx}` inside `assets/my/module`. Any imports starting with `.` is resolved relative to the current file: