Skip to content

Commit c4207e0

Browse files
A little (Image -> Imagine) quickfix
1 parent a308b80 commit c4207e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/awful.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here are some awful (misunderstood) parts of JavaScript that you must know.
99
Fact is you will need to deal with both. Just check for either with `==` check.
1010

1111
```ts
12-
/// Image you are doing `foo.bar == undefined` where bar can be one of:
12+
/// Imagine you are doing `foo.bar == undefined` where bar can be one of:
1313
console.log(undefined == undefined); // true
1414
console.log(null == undefined); // true
1515
console.log(0 == undefined); // false

0 commit comments

Comments
 (0)