Skip to content

Commit 52a4b4f

Browse files
committed
fix(samples): fixed wrongly formatted sample.strings json file
1 parent 42f1ec2 commit 52a4b4f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[
2-
"Hello",
3-
"World"
4-
]
1+
{
2+
"strings": [
3+
"Hello",
4+
"World"
5+
]
6+
}

0 commit comments

Comments
 (0)