Skip to content

Commit ff58f6f

Browse files
committed
fix typo
1 parent c443dc8 commit ff58f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

objects/27-priceRange.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ let priceRanges = [
55
]
66

77
let restaurants = [
8-
{ avaragePerson: 5 }
8+
{ averagePerson: 5 }
99
]

objects/29-restParameter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
function Store() {
44
let aisle = {
55
fruit: [],
6-
vegetalbe: []
6+
vegetable: []
77
}
88
return {
99
//Store().add('category', 'item1', 'item2');

0 commit comments

Comments
 (0)