From 54a3b54138df607585061854ca27282a6cf15c07 Mon Sep 17 00:00:00 2001 From: Josh Pullen Date: Sat, 31 Aug 2019 01:16:14 -0400 Subject: [PATCH] Fix small typo (effects -> affects) (#2841) --- website/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/manual.md b/website/manual.md index a3678ca4ab..317d6b5462 100644 --- a/website/manual.md +++ b/website/manual.md @@ -598,7 +598,7 @@ hint looks like this: import * as foo from "./foo.js"; ``` -Where the hint effects the next `import` statement (or `export ... from` +Where the hint affects the next `import` statement (or `export ... from` statement) where the value of the `@deno-types` will be substituted at compile time instead of the specified module. Like in the above example, the Deno compiler will load `./foo.d.ts` instead of `./foo.js`. Deno will still load