Skip to content

Commit

Permalink
Fix typo (denoland#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztplz authored and ry committed Mar 28, 2019
1 parent 597ee38 commit 8ac36d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
/**
Expand Down

0 comments on commit 8ac36d8

Please sign in to comment.