From be65f6692f0f81dc88c77ba4cf22cdda40760317 Mon Sep 17 00:00:00 2001 From: john gravois Date: Fri, 1 May 2020 03:33:03 -0700 Subject: [PATCH] docs(std): typo fix (#5023) --- std/style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/style_guide.md b/std/style_guide.md index 264b3bb8ec..be953136fb 100644 --- a/std/style_guide.md +++ b/std/style_guide.md @@ -180,7 +180,7 @@ export function pwrite(options: PWrite) {} Although `cli/js` and `std` have no external dependencies, we must still be careful to keep internal dependencies simple and manageable. In particular, be -careful to not to introduce circular imports. +careful not to introduce circular imports. ### If a filename starts with an underscore: `_foo.ts`, do not link to it.