We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed78fa0 commit 19ee522Copy full SHA for 19ee522
1 file changed
vscode-ng-language-service/server/src/banner.ts
@@ -14,7 +14,7 @@ const originalRequire = require;
14
/**
15
* This method provides a custom implementation for the require function to resolve
16
* `typescript` module at runtime. We provide this as an override to the built-in
17
- * 'require' method using the banner funcionality of esbuild. That is, esbuild will
+ * 'require' method using the banner functionality of esbuild. That is, esbuild will
18
* compile the server and add this banner to the top of the compilation so any place
19
* in the server code that uses `require` will get routed through this override.
20
*
0 commit comments