Skip to content

Commit 23b3f4b

Browse files
committed
Fixed typo in 19.2
'modern' was spelled as 'mordern' in both the good and bad examples of section 19.2
1 parent 70024df commit 23b3f4b

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
@@ -1466,14 +1466,14 @@
14661466
firstName: 'Florence',
14671467
- lastName: 'Nightingale'
14681468
+ lastName: 'Nightingale',
1469-
+ inventorOf: ['coxcomb graph', 'mordern nursing']
1469+
+ inventorOf: ['coxcomb graph', 'modern nursing']
14701470
}
14711471

14721472
// good - git diff with trailing comma
14731473
const hero = {
14741474
firstName: 'Florence',
14751475
lastName: 'Nightingale',
1476-
+ inventorOf: ['coxcomb chart', 'mordern nursing'],
1476+
+ inventorOf: ['coxcomb chart', 'modern nursing'],
14771477
}
14781478

14791479
// bad

0 commit comments

Comments
 (0)