Grammar fix

This commit is contained in:
Benjamin Quorning 2011-07-12 04:06:55 -07:00
parent 649920b7f0
commit 13e325ca52

View File

@ -78,7 +78,7 @@ module Guard
def add_guard(name, watchers = [], options = {})
if name.downcase == 'ego'
UI.deprecation("Guard::Ego is now part of Guard you can removed it from your Guardfile.")
UI.deprecation("Guard::Ego is now part of Guard. You can remove it from your Guardfile.")
else
guard_class = get_guard_class(name)
@guards << guard_class.new(watchers, options)