Skip to content

Commit 4b9f6cb

Browse files
authored
fix: typo on choosing-the-state-structure.md
1 parent d60169f commit 4b9f6cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,8 @@ export const initialTravelPlan = {
682682
childPlaces: []
683683
}, {
684684
id: 17,
685-
title: 'Trinité-et-Tobté-et-childPlaces: []
685+
title: 'Trinité-et-Tobté-et-childPlaces',
686+
childPlaces: []
686687
}, {
687688
id: 18,
688689
title: 'Venezuela',

0 commit comments

Comments
 (0)