From 9009c8cdca448e50704f7ecd1a3918c5919b0f37 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 22 May 2023 20:11:12 +0300 Subject: all: Fix typos in function names and comments --- hugolib/hugo_sites_build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/hugo_sites_build.go') diff --git a/hugolib/hugo_sites_build.go b/hugolib/hugo_sites_build.go index d90d9ce7b..c552b9de8 100644 --- a/hugolib/hugo_sites_build.go +++ b/hugolib/hugo_sites_build.go @@ -326,7 +326,7 @@ func (h *HugoSites) postProcess(l logg.LevelLogger) error { // This will only be set when js.Build have been triggered with // imports that resolves to the project or a module. // Write a jsconfig.json file to the project's /asset directory - // to help JS intellisense in VS Code etc. + // to help JS IntelliSense in VS Code etc. if !h.ResourceSpec.BuildConfig().NoJSConfigInAssets && h.BaseFs.Assets.Dirs != nil { fi, err := h.BaseFs.Assets.Fs.Stat("") if err != nil { -- cgit v1.2.3