From 85d98ab7b8f3d13194ab65fe7e048392604a4855 Mon Sep 17 00:00:00 2001 From: Emmanuel Valentin Date: Thu, 30 Oct 2025 15:21:07 -0600 Subject: [PATCH] Fix typo in childIds array in initialTravelPlan --- src/content/learn/choosing-the-state-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/choosing-the-state-structure.md b/src/content/learn/choosing-the-state-structure.md index 5be2b4d346a..f6ed669ab44 100644 --- a/src/content/learn/choosing-the-state-structure.md +++ b/src/content/learn/choosing-the-state-structure.md @@ -1716,7 +1716,7 @@ export const initialTravelPlan = { 34: { id: 34, title: 'Oceania', - childIds: [35, 36, 37, 38, 39, 40,, 41], + childIds: [35, 36, 37, 38, 39, 40, 41], }, 35: { id: 35,