1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

minor spelling fix

This commit is contained in:
Dmytrii Nagirniak 2012-01-03 10:50:23 +11:00
parent f42f670812
commit d39a47fb2e

View file

@ -219,7 +219,7 @@ ArticleDecorator.decorate(Article.first) # Returns one instance of ArticleDecora
ArticleDecorator.decorate(Article.all) # Returns an enumeration proxy of ArticleDecorator instances
```
* Call `.find` to do automatically do a lookup on the `decorates` class:
* Call `.find` to automatically do a lookup on the `decorates` class:
```ruby
ArticleDecorator.find(1)