Merge pull request #399 from Ryan-McBride/patch-5

Fixed typo in 19.2
This commit is contained in:
Josh Perez
2015-07-04 11:41:14 -07:00

View File

@@ -1466,14 +1466,14 @@
firstName: 'Florence',
- lastName: 'Nightingale'
+ lastName: 'Nightingale',
+ inventorOf: ['coxcomb graph', 'mordern nursing']
+ inventorOf: ['coxcomb graph', 'modern nursing']
}
// good - git diff with trailing comma
const hero = {
firstName: 'Florence',
lastName: 'Nightingale',
+ inventorOf: ['coxcomb chart', 'mordern nursing'],
+ inventorOf: ['coxcomb chart', 'modern nursing'],
}
// bad