Skip to content

Commit 3a93218

Browse files
adriancarrigerLeFnord
authored andcommitted
Update README.md (#653)
Fix typo related to using an explicit hash
1 parent 34f38d0 commit 3a93218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ desc 'Get all kittens!', {
565565
nickname: 'getKittens',
566566
success: Entities::Kitten, # or success
567567
failure: [[401, 'KittenBitesError', Entities::BadKitten]] # or failure
568-
# also explicit as hash: [{ code: 401, mssage: 'KittenBitesError', model: Entities::BadKitten }]
568+
# also explicit as hash: [{ code: 401, message: 'KittenBitesError', model: Entities::BadKitten }]
569569
produces: [ "array", "of", "mime_types" ],
570570
consumes: [ "array", "of", "mime_types" ]
571571
}

0 commit comments

Comments
 (0)