mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Fixing typo "withing -> within"
This commit is contained in:
parent
5c74b97b3b
commit
b5cad2ae87
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module Draper
|
|||
define_method(input){ @model }
|
||||
end
|
||||
|
||||
# Typically called withing a decorator definition, this method causes
|
||||
# Typically called within a decorator definition, this method causes
|
||||
# the assocation to be decorated when it is retrieved.
|
||||
#
|
||||
# @param [Symbol] name of association to decorate, like `:products`
|
||||
|
|
Loading…
Reference in a new issue