From fca204d8335b407236e16e639099a7696f9563ee Mon Sep 17 00:00:00 2001 From: Hossam Magdy Date: Fri, 8 May 2020 23:21:44 +0200 Subject: fix typos (#5163) --- docs/getting_started/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting_started/typescript.md') 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 -- cgit v1.2.3