diff options
Diffstat (limited to 'docs/getting_started/typescript.md')
-rw-r--r-- | docs/getting_started/typescript.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/typescript.md b/docs/getting_started/typescript.md index 5f406e6bd..ebe1e5e70 100644 --- a/docs/getting_started/typescript.md +++ b/docs/getting_started/typescript.md @@ -45,7 +45,7 @@ the program. #### Triple-slash reference directive in JavaScript files If you are hosting modules which you want to be consumed by Deno, and you want -to inform Deno about the location of the type definitions, you can utilise a +to inform Deno about the location of the type definitions, you can utilize a triple-slash directive in the actual code. For example, if you have a JavaScript module and you would like to provide Deno with the location of the type definitions which happen to be alongside that file, your JavaScript module named |