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 2 years ago
committed by GitHub
parent
commit
eed3bf3d57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      beta/src/pages/learn/choosing-the-state-structure.md

8
beta/src/pages/learn/choosing-the-state-structure.md

@ -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: {

Loading…
Cancel
Save