Skip to content

Commit 6f0f146

Browse files
Update concepts/type-checking/about.md
Co-authored-by: Derk-Jan Karrenbeld <derk-jan+github@karrenbeld.info>
1 parent 44072bd commit 6f0f146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/type-checking/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ typeof { city: 'Stockholm', country: 'Sweden' };
4141
// => "object"
4242
```
4343

44-
The one exception to this is that `typeof null` returns `"object"` for [historical reasons][typeof null is object].
44+
For [historical reasons][`typeof null` is `"object"`].
4545

4646
## The `instanceof` operator
4747

0 commit comments

Comments
 (0)