diff options
author | ztplz <mysticzt@gmail.com> | 2019-03-28 11:50:40 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-03-27 23:50:40 -0400 |
commit | 8ac36d8db421864604a835c50a68411b3f69d62a (patch) | |
tree | 5bb443d847c0a0b62054164f6ebb634f8ebe16f1 /website/style_guide.md | |
parent | 597ee38ef28d040cbf4d629cf3d2bd3e89a70a11 (diff) |
Fix typo (#2010)
Diffstat (limited to 'website/style_guide.md')
-rw-r--r-- | website/style_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/style_guide.md b/website/style_guide.md index 068d00603..6ece5c6c4 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 /** |