From cbd4fd2d9a9c5c55ad0b10be9e5b004ac54642d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mass=C3=A9?= Date: Wed, 4 Nov 2020 02:36:06 +0100 Subject: [PATCH] Fix typo (#1271) --- 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 5e01dd293..111c36209 100644 --- a/content/en/hugo-pipes/js.md +++ b/content/en/hugo-pipes/js.md @@ -80,7 +80,7 @@ Since Hugo `v0.78.0` `js.Build` has full support for the virtual union file syst import { hello } from 'my/module'; ``` -And it will respolve to the top-most `index.{js,ts,tsx,jsx}` inside `assets/my/module` in the layered file system. +And it will resolve to the top-most `index.{js,ts,tsx,jsx}` inside `assets/my/module` in the layered file system. ```js import { hello3 } from 'my/module/hello3';