Skip to content

Commit 879ecdc

Browse files
authored
Update typescript.md
1 parent 378fd29 commit 879ecdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const someVar: string = 'string'
1414
const someVar = 'string'
1515
```
1616

17-
Do declare a type for an unassigned variable when a type can not be inferred.
17+
Do declare a type for an unassigned variable when a type cannot be inferred.
1818

1919
```
2020
const someVar: string

0 commit comments

Comments
 (0)