diff options
Diffstat (limited to 'resources/resource_transformers/js/options.go')
-rw-r--r-- | resources/resource_transformers/js/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/resource_transformers/js/options.go b/resources/resource_transformers/js/options.go index ff5cca458..8b40648e7 100644 --- a/resources/resource_transformers/js/options.go +++ b/resources/resource_transformers/js/options.go @@ -164,7 +164,7 @@ func resolveComponentInAssets(fs afero.Fs, impPath string) *hugofs.FileMeta { var m *hugofs.FileMeta // We need to check if this is a regular file imported without an extension. - // There may be ambigous situations where both foo.js and foo/index.js exists. + // There may be ambiguous situations where both foo.js and foo/index.js exists. // This import order is in line with both how Node and ESBuild's native // import resolver works. |