Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Musat authored and gabotechs committed Dec 24, 2022
1 parent d5f0f7a commit 54e213e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/js/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func normalizeId(id string) (string, error) {
} else {
newAbsPath := retrieveWithExt(absPath)
if newAbsPath == "" {
return "", fmt.Errorf("no matching JS externsion for file %s", absPath)
return "", fmt.Errorf("no matching JS extension for file %s", absPath)
}
absPath = newAbsPath
}
Expand Down

0 comments on commit 54e213e

Please sign in to comment.