From eed3bf3d572f3a4b8cc64f96a2e5d406069cf096 Mon Sep 17 00:00:00 2001 From: rvgmiller <60068066+rvgmiller@users.noreply.github.com> Date: Tue, 12 Jul 2022 13:33:15 +1200 Subject: [PATCH] Fix typo: Travel plan example (#4810) * Fix typo: New Zealand in travel plan example * Fix multiple typos of New Zealand in examples --- beta/src/pages/learn/choosing-the-state-structure.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beta/src/pages/learn/choosing-the-state-structure.md b/beta/src/pages/learn/choosing-the-state-structure.md index 96de552f1..1d90acc35 100644 --- a/beta/src/pages/learn/choosing-the-state-structure.md +++ b/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: {