1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/app
Paul Menzel f2d7b8f740 Spell verb *set up* with a space
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
2016-02-02 19:09:19 +01:00
..
controllers Spell verb *set up* with a space 2016-02-02 19:09:19 +01:00
helpers Updated ruby 1.9 hash syntax 2014-02-25 22:12:55 +05:30
mailers/devise quick comment touch-ups 2015-08-27 10:26:12 -05:00
views/devise use OmniAuth::Utils.camelize 2015-08-28 07:51:37 +02:00