From 3b6a9009eb2cf2b4f443dc5c41356eb1b4fe3f1b Mon Sep 17 00:00:00 2001 From: Pablo Astigarraga Date: Tue, 23 Apr 2013 10:12:14 -0300 Subject: [PATCH] Corrects spelling error. --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 8bcd94f..cda9e7e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -84,7 +84,7 @@ See RestClient::Resource docs for details. * for results code between 200 and 207 a RestClient::Response will be returned * for results code 301, 302 or 307 the redirection will be followed if the request is a get or a head * for result code 303 the redirection will be followed and the request transformed into a get -* for other cases a RestClient::Exception holding the Response will be raised, a specific exception class will be thrown for know error codes +* for other cases a RestClient::Exception holding the Response will be raised, a specific exception class will be thrown for known error codes RestClient.get 'http://example.com/resource' ➔ RestClient::ResourceNotFound: RestClient::ResourceNotFound