1
0
Fork 0
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:
Steve Klabnik 2012-01-05 13:12:15 -05:00
parent 5c74b97b3b
commit b5cad2ae87

View file

@ -53,7 +53,7 @@ module Draper
define_method(input){ @model } define_method(input){ @model }
end 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. # the assocation to be decorated when it is retrieved.
# #
# @param [Symbol] name of association to decorate, like `:products` # @param [Symbol] name of association to decorate, like `:products`