Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix(docs): fix typo (#4770)
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Aug 18, 2023
1 parent 817d5ac commit 85645de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ impl PartialEq for ImportKey {
/// are listed before imports closer to the source file.
#[derive(Eq, Ord, PartialEq, PartialOrd)]
enum ImportCategory {
/// Anythign with an explicit `node:` prefix, or one of the recognized
/// Anything with an explicit `node:` prefix, or one of the recognized
/// Node built-ins, such `"fs"`, `"child_process"`, etc..
NodeBuiltin,
/// NPM dependencies with an explicit `npm:` prefix, such as supported by
Expand Down

0 comments on commit 85645de

Please sign in to comment.