There was an error while loading. Please reload this page.
2 parents 32bbf51 + 3a1fa67 commit f1e4135Copy full SHA for f1e4135
docs/types/never.md
@@ -74,7 +74,7 @@ const failExpression = function(message: string) {
74
};
75
```
76
77
-Ofcourse you can fix it by an explict annotation:
+Of course you can fix it by an explict annotation:
78
79
```ts
80
function failDeclaration(message: string): never {
0 commit comments