summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/style_guide.md2
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
/**