From b4a04c9d0a9c1924354a288ba11e2cd149ef84fd Mon Sep 17 00:00:00 2001 From: Mac Angell Date: Fri, 3 Oct 2014 16:09:01 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421776f..ec14b97 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Once your server is set to use ratify, you can specify route-specific validation All schemas should follow the [JSON schema specification](http://json-schema.org/). ***Notes:*** -In addition to the JSON schema defined types, ratify allows you to specify "file" as a payload type. If this is specified, no validation agains JSON schema is performed, but swagger documentation will still be provided. +In addition to the JSON schema defined types, ratify allows you to specify "file" as a payload type. If this is specified, no validation against JSON schema is performed, but swagger documentation will still be provided. #### Type Conversion