summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-pipes/js.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-18 17:52:49 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-18 17:52:49 +0100
commit7d0a261981d5832c21cc77f04331647e451a881f (patch)
treef0241786db90403cfea6fada5ebb65860a8ae3ff /docs/content/en/hugo-pipes/js.md
parentc60806550a21062936b0d02708c9a8c240cafa9d (diff)
parentacb9109df778fa4a51c0d8b29b3212b12988908f (diff)
Diffstat (limited to 'docs/content/en/hugo-pipes/js.md')
-rw-r--r--docs/content/en/hugo-pipes/js.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/hugo-pipes/js.md b/docs/content/en/hugo-pipes/js.md
index b57497d86..a9befa220 100644
--- a/docs/content/en/hugo-pipes/js.md
+++ b/docs/content/en/hugo-pipes/js.md
@@ -114,7 +114,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: