diff --git a/README.md b/README.md index f3fa5b32f..4d3a1ec1b 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ of retries is exceeded, an exception is thrown. ### Callbacks -A block an be specified when making calls. If present, the block will be called with the result or error, rather than +A block can be specified when making calls. If present, the block will be called with the result or error, rather than returning the result from the call or raising the error. Example: ```ruby