Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Garcia committed Sep 27, 2017
1 parent 6b8e601 commit f1d646b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/lacerda/compare/json_schema_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'date' => {
'type' => 'object',
'properties' => {
'milis' => { 'type' => 'number' }
'millis' => { 'type' => 'number' }
}
},
'post' => {
Expand Down Expand Up @@ -50,7 +50,7 @@
'date' => {
'type' => 'object',
'properties' => {
'milis' => { 'type' => 'number' }
'millis' => { 'type' => 'number' }
}
},
'post' => {
Expand Down

0 comments on commit f1d646b

Please sign in to comment.