Skip to content

Commit fab8038

Browse files
Update concepts/type-checking/about.md
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
1 parent 246ac06 commit fab8038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/type-checking/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About
22

3-
Knowning what type an object has is often very important for code to run smoothly and without errors.
3+
Knowning what the type of a piece of data is, is often very important for code to run smoothly and without errors.
44

55
Javascript has several ways to check the type of an object.
66

0 commit comments

Comments
 (0)