Skip to content

Commit ff619e4

Browse files
authored
Merge pull request #714 from victor-prdh/patch-1
fix: typo on choosing-the-state-structure.md
2 parents d60169f + 4b9f6cb commit ff619e4

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)