Skip to content

Commit 90cc892

Browse files
committed
Correct typos in documentation examples
Missing commas in several examples
1 parent 948c6cc commit 90cc892

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ function FormCtrl($scope) {
774774
"title": "Eligible for awesome things"
775775
},
776776
"code": {
777-
"type":"string"
777+
"type":"string",
778778
"title": "The Code"
779779
}
780780
}
@@ -817,7 +817,7 @@ function FormCtrl($scope) {
817817
"title": "Eligible for awesome things"
818818
},
819819
"code": {
820-
"type":"string"
820+
"type":"string",
821821
"title": "The Code"
822822
}
823823
}
@@ -1599,7 +1599,7 @@ function FormCtrl($scope) {
15991599
"title": "Eligible for awesome things"
16001600
},
16011601
"code": {
1602-
"type":"string"
1602+
"type":"string",
16031603
"title": "The Code"
16041604
}
16051605
}
@@ -1645,7 +1645,7 @@ function FormCtrl($scope) {
16451645
"title": "Eligible for awesome things"
16461646
},
16471647
"code": {
1648-
"type":"string"
1648+
"type":"string",
16491649
"title": "The Code"
16501650
}
16511651
}

0 commit comments

Comments
 (0)