Skip to content

Commit fd3e953

Browse files
committed
Merge pull request #662 from joelwkent/documentation
Correct typos in documentation examples
2 parents 01904f1 + 90cc892 commit fd3e953

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
@@ -789,7 +789,7 @@ function FormCtrl($scope) {
789789
"title": "Eligible for awesome things"
790790
},
791791
"code": {
792-
"type":"string"
792+
"type":"string",
793793
"title": "The Code"
794794
}
795795
}
@@ -832,7 +832,7 @@ function FormCtrl($scope) {
832832
"title": "Eligible for awesome things"
833833
},
834834
"code": {
835-
"type":"string"
835+
"type":"string",
836836
"title": "The Code"
837837
}
838838
}
@@ -1614,7 +1614,7 @@ function FormCtrl($scope) {
16141614
"title": "Eligible for awesome things"
16151615
},
16161616
"code": {
1617-
"type":"string"
1617+
"type":"string",
16181618
"title": "The Code"
16191619
}
16201620
}
@@ -1660,7 +1660,7 @@ function FormCtrl($scope) {
16601660
"title": "Eligible for awesome things"
16611661
},
16621662
"code": {
1663-
"type":"string"
1663+
"type":"string",
16641664
"title": "The Code"
16651665
}
16661666
}

0 commit comments

Comments
 (0)