Skip to content

Commit 645f39d

Browse files
authored
Merge pull request #7809 from spcurtis13/main
2 parents 1cfe6e4 + a462e5d commit 645f39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/working-with-extensions/bundling-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The build script does the following:
9696
- If the `--watch` flag was passed, it starts watching the source files for changes and rebuilds the bundle whenever a change is detected.
9797

9898
esbuild can work directly with TypeScript files. However, esbuild simply strips off all type declarations without doing any type checks.
99-
Only syntax error are reported and can cause esbuild to fail.
99+
Only syntax errors are reported and can cause esbuild to fail.
100100

101101
For that reason, we separatly run the TypeScript compiler (`tsc`) to check the types, but without emmiting any code (flag `--noEmit`).
102102

0 commit comments

Comments
 (0)