From 8ac36d8db421864604a835c50a68411b3f69d62a Mon Sep 17 00:00:00 2001 From: ztplz Date: Thu, 28 Mar 2019 11:50:40 +0800 Subject: [PATCH] Fix typo (#2010) --- 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 068d00603d2868..6ece5c6c41d4fe 100644 --- a/website/style_guide.md +++ b/website/style_guide.md @@ -231,7 +231,7 @@ For example: Do not document function arguments unless they are non-obvious of their intent (though if they are non-obvious intent, the API should be considered anyways). Therefore `@param` should generally not be used. If `@param` is used, it should -not include the `type` as Typescript is already strongly typed. +not include the `type` as TypeScript is already strongly typed. ```ts /**