mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Fix typo: Travel plan example (#4810)
* Fix typo: New Zealand in travel plan example * Fix multiple typos of New Zealand in examples
This commit is contained in:
@@ -774,7 +774,7 @@ export const initialTravelPlan = {
|
||||
childPlaces: [],
|
||||
}, {
|
||||
id: 41,
|
||||
title: 'New Zeland',
|
||||
title: 'New Zealand',
|
||||
childPlaces: [],
|
||||
}, {
|
||||
id: 42,
|
||||
@@ -1079,7 +1079,7 @@ export const initialTravelPlan = {
|
||||
},
|
||||
41: {
|
||||
id: 41,
|
||||
title: 'New Zeland',
|
||||
title: 'New Zealand',
|
||||
childIds: []
|
||||
},
|
||||
42: {
|
||||
@@ -1422,7 +1422,7 @@ export const initialTravelPlan = {
|
||||
},
|
||||
41: {
|
||||
id: 41,
|
||||
title: 'New Zeland',
|
||||
title: 'New Zealand',
|
||||
childIds: []
|
||||
},
|
||||
42: {
|
||||
@@ -1766,7 +1766,7 @@ export const initialTravelPlan = {
|
||||
},
|
||||
41: {
|
||||
id: 41,
|
||||
title: 'New Zeland',
|
||||
title: 'New Zealand',
|
||||
childIds: []
|
||||
},
|
||||
42: {
|
||||
|
||||
Reference in New Issue
Block a user