diff options
author | Hossam Magdy <hossam.magdy@outlook.com> | 2020-05-08 23:21:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 17:21:44 -0400 |
commit | fca204d8335b407236e16e639099a7696f9563ee (patch) | |
tree | 08b95352ffe51161e20a35ed09fe4941fa4be837 /docs/getting_started/typescript.md | |
parent | febb6aa68f1f1f3c5cf7640658de0807d472bea9 (diff) |
fix typos (#5163)
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 |