mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
f2d7b8f740
The verb *set up* is spelled with a space [1]. ``` $ git grep -l 'to setup' | xargs sed -i 's/to setup/to set up/g' $ git grep -l '# Setup' | xargs sed -i 's/# Setup/# Set up/g' $ git grep -l "test 'setup" | xargs sed -i "s/test 'setup/test 'set up/g" ``` Revert the change for *setup block yields self*. Change the rest manually. [1] http://www.merriam-webster.com/dictionary/set%20up |
||
---|---|---|
.. | ||
controllers | ||
helpers | ||
mailers/devise | ||
views/devise |