From 22f791c26caca980305bd74692de020d900cfff0 Mon Sep 17 00:00:00 2001 From: Nikola Ristic Date: Sun, 17 Mar 2019 17:54:06 +0100 Subject: [PATCH] Typo fix in styleguide (#1946) --- website/style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style_guide.md b/website/style_guide.md index 73fbe698af..068d00603d 100644 --- a/website/style_guide.md +++ b/website/style_guide.md @@ -147,7 +147,7 @@ export function pwrite(options: PWrite) {} ## TODO Comments -TODO comments should be include an issue or the author's github username in +TODO comments should include an issue or the author's github username in parentheses. Example: ```ts