Skip to content

Commit 19ee522

Browse files
committed
refactor(common): fix typo funcionality to functionality
1 parent ed78fa0 commit 19ee522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vscode-ng-language-service/server/src

vscode-ng-language-service/server/src/banner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const originalRequire = require;
1414
/**
1515
* This method provides a custom implementation for the require function to resolve
1616
* `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
17+
* 'require' method using the banner functionality of esbuild. That is, esbuild will
1818
* compile the server and add this banner to the top of the compilation so any place
1919
* in the server code that uses `require` will get routed through this override.
2020
*

0 commit comments

Comments
 (0)