diff --git a/Readme.markdown b/Readme.markdown index b5764cc..36c60db 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -90,7 +90,7 @@ public func decode(_ dictionary: JSONDictionary, key: Str // Decode the model. This will call the initializer in the protocol for the // expected type. If decoding fails in the model, this will also throw the - // appropriate erros. + // appropriate errors. return try decode(value) } ```