Skip to content

Commit fc6ecac

Browse files
authored
Merge pull request lydiahallie#663 from zcsongor/revert-653
Revert "Spelling mistake"
2 parents 4ea4e84 + 3ab52e9 commit fc6ecac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ The `colorChange` function is static. Static methods are designed to live only o
311311

312312
```javascript
313313
let greeting;
314-
greeting = {}; // Typo!
315-
console.log(greeting);
314+
greetign = {}; // Typo!
315+
console.log(greetign);
316316
```
317317

318318
- A: `{}`

0 commit comments

Comments
 (0)