From 1da8621a75e78f07bce75a08e9abdf7f050c6528 Mon Sep 17 00:00:00 2001 From: wo-o29 Date: Mon, 25 Aug 2025 21:30:51 +0900 Subject: [PATCH] docs: correct mismatched key and id, remove duplicate comma in place.js --- src/content/learn/choosing-the-state-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/learn/choosing-the-state-structure.md b/src/content/learn/choosing-the-state-structure.md index daedca980..05763485e 100644 --- a/src/content/learn/choosing-the-state-structure.md +++ b/src/content/learn/choosing-the-state-structure.md @@ -1065,7 +1065,7 @@ export const initialTravelPlan = { childIds: [] }, 39: { - id: 40, + id: 39, title: 'Hawaii (the USA)', childIds: [] }, @@ -1717,7 +1717,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,