summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Bedford <guybedford@gmail.com>2021-01-24 10:55:19 +0200
committerGitHub <noreply@github.com>2021-01-24 10:55:19 +0200
commit3c12f31282738d12313a7e28786e722a1a78546f (patch)
tree11489cf3763afe8e0319279685f618180c43ce63
parent5eeefe1187ef76b16116474d099df0cacb3c4bc7 (diff)
downloadnode-new-list-unsupported-dir-import.tar.gz
Update doc/api/esm.mdlist-unsupported-dir-import
Co-authored-by: Rich Trott <rtrott@gmail.com>
-rw-r--r--doc/api/esm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/esm.md b/doc/api/esm.md
index 4168c66986..8d1980a4e0 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -1016,7 +1016,7 @@ The resolver can throw the following errors:
subpath in the package for the given module.
* _Package Import Not Defined_: Package imports do not define the specifier.
* _Module Not Found_: The package or module requested does not exist.
-* _Unsupported Directory Import_: The resolved path cooresponds to a directory,
+* _Unsupported Directory Import_: The resolved path corresponds to a directory,
which is not a supported target for module imports.
### Resolver Algorithm Specification