Browse Source
Fix typo: Travel plan example (#4810)
* Fix typo: New Zealand in travel plan example
* Fix multiple typos of New Zealand in examples
main
rvgmiller
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
beta/src/pages/learn/choosing-the-state-structure.md
|
@ -774,7 +774,7 @@ export const initialTravelPlan = { |
|
|
childPlaces: [], |
|
|
childPlaces: [], |
|
|
}, { |
|
|
}, { |
|
|
id: 41, |
|
|
id: 41, |
|
|
title: 'New Zeland', |
|
|
title: 'New Zealand', |
|
|
childPlaces: [], |
|
|
childPlaces: [], |
|
|
}, { |
|
|
}, { |
|
|
id: 42, |
|
|
id: 42, |
|
@ -1079,7 +1079,7 @@ export const initialTravelPlan = { |
|
|
}, |
|
|
}, |
|
|
41: { |
|
|
41: { |
|
|
id: 41, |
|
|
id: 41, |
|
|
title: 'New Zeland', |
|
|
title: 'New Zealand', |
|
|
childIds: [] |
|
|
childIds: [] |
|
|
}, |
|
|
}, |
|
|
42: { |
|
|
42: { |
|
@ -1422,7 +1422,7 @@ export const initialTravelPlan = { |
|
|
}, |
|
|
}, |
|
|
41: { |
|
|
41: { |
|
|
id: 41, |
|
|
id: 41, |
|
|
title: 'New Zeland', |
|
|
title: 'New Zealand', |
|
|
childIds: [] |
|
|
childIds: [] |
|
|
}, |
|
|
}, |
|
|
42: { |
|
|
42: { |
|
@ -1766,7 +1766,7 @@ export const initialTravelPlan = { |
|
|
}, |
|
|
}, |
|
|
41: { |
|
|
41: { |
|
|
id: 41, |
|
|
id: 41, |
|
|
title: 'New Zeland', |
|
|
title: 'New Zealand', |
|
|
childIds: [] |
|
|
childIds: [] |
|
|
}, |
|
|
}, |
|
|
42: { |
|
|
42: { |
|
|