Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit eaeafbe

Browse files
authored
Merge pull request #472 from vgrigoriu/patch-2
Typo
2 parents ccfe411 + 5f19e55 commit eaeafbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Module Resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Normally the compiler will attempt to resolve all module imports before it start
387387
Every time it successfully resolves an `import` to a file, the file is added to the set of files the compiler will process later on.
388388

389389
The `--noResolve` compiler options instructs the compiler not to "add" any files to the compilation that were not passed on the command line.
390-
It will still try to resolve the module to files, but if the file as not specified, it will not be included.
390+
It will still try to resolve the module to files, but if the file is not specified, it will not be included.
391391

392392
For instance:
393393

0 commit comments

Comments
 (0)