Skip to content

Commit 6a70889

Browse files
authored
Fix typo in childIds array in initialTravelPlan (#8112)
1 parent abd1fe0 commit 6a70889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ export const initialTravelPlan = {
17161716
34: {
17171717
id: 34,
17181718
title: 'Oceania',
1719-
childIds: [35, 36, 37, 38, 39, 40,, 41],
1719+
childIds: [35, 36, 37, 38, 39, 40, 41],
17201720
},
17211721
35: {
17221722
id: 35,

0 commit comments

Comments
 (0)