diff options
author | john gravois <jagravois@gmail.com> | 2020-05-01 03:33:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 12:33:03 +0200 |
commit | be65f6692f0f81dc88c77ba4cf22cdda40760317 (patch) | |
tree | bc6335f765eb730a3e86490476804fb20cfd7471 | |
parent | 9ded17d722b8da124987cdf16976589a46f2d3f5 (diff) |
docs(std): typo fix (#5023)
-rw-r--r-- | std/style_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/style_guide.md b/std/style_guide.md index 264b3bb8e..be953136f 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. |