Skip to content

Commit f1e4135

Browse files
authored
Merge pull request #605 from konekoya/patch-1
Correct a typo
2 parents 32bbf51 + 3a1fa67 commit f1e4135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/never.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const failExpression = function(message: string) {
7474
};
7575
```
7676

77-
Ofcourse you can fix it by an explict annotation:
77+
Of course you can fix it by an explict annotation:
7878

7979
```ts
8080
function failDeclaration(message: string): never {

0 commit comments

Comments
 (0)