Skip to content

Commit 4b4c65a

Browse files
authored
Typos
1 parent 2a3c6bc commit 4b4c65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/08-comparison/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ There's a non-intuitive behavior when `null` or `undefined` are compared with ot
146146

147147

148148
For a strict equality check `===`
149-
: These values are different, because each of them belong to a separate type of it's own.
149+
: These values are different, because each of them belongs to a separate type of its own.
150150

151151
```js run
152152
alert( null === undefined ); // false

0 commit comments

Comments
 (0)