Skip to content

Commit 1da8621

Browse files
committed
docs: correct mismatched key and id, remove duplicate comma in place.js
1 parent af9d1cf commit 1da8621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/learn/choosing-the-state-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ export const initialTravelPlan = {
10651065
childIds: []
10661066
},
10671067
39: {
1068-
id: 40,
1068+
id: 39,
10691069
title: 'Hawaii (the USA)',
10701070
childIds: []
10711071
},
@@ -1717,7 +1717,7 @@ export const initialTravelPlan = {
17171717
34: {
17181718
id: 34,
17191719
title: 'Oceania',
1720-
childIds: [35, 36, 37, 38, 39, 40,, 41],
1720+
childIds: [35, 36, 37, 38, 39, 40, 41],
17211721
},
17221722
35: {
17231723
id: 35,

0 commit comments

Comments
 (0)