Skip to content

Commit 88486ec

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

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
@@ -5,7 +5,7 @@ Knowning what the type of a piece of data is, is often very important for code t
55
Javascript has several ways to check the type of a value or object.
66

77
```exercism/note
8-
Javascript's type checking mechanisms are always soomewhat unreliable.
8+
Javascript's type checking mechanisms can be somewhat unreliable.
99
1010
For true safety with types, you should probably use TypeScript, a language that builds on JavaScript, but with the type syntax of a static-typed language.
1111
```

0 commit comments

Comments
 (0)