Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected a couple of spelling / grammar issues.
  • Loading branch information
carlosramireziii committed Feb 6, 2015
1 parent 37155c1 commit 30e9885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,7 +29,7 @@ Checkout the documentation in [rdoc.info/resubject](http://rdoc.info/github/feli

Resubject uses Ruby's [SimpleDelegator](http://apidock.com/ruby/SimpleDelegator) class to create its presenters.

SimpleDelegator is a concrete implemenation of the Delegator class. Basically, it delegates any method calls to the object passed into the constructor:
SimpleDelegator is a concrete implementation of the Delegator class. Basically, it delegates any method calls to the object passed into the constructor:

```ruby
require 'delegate'
Expand Down Expand Up @@ -216,7 +216,7 @@ If you want to use your own template handler and still use Resubject helpers, yo

## Testing

Resubject introduce a new context for RSpec that helps testing your presenters:
Resubject introduces a new context for RSpec that helps testing your presenters:

```ruby
# spec/presenters/my_presenter_spec.rb
Expand Down

0 comments on commit 30e9885

Please sign in to comment.