diff options
author | Zachary Scott <e@zzak.io> | 2015-05-22 14:35:16 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2015-05-22 14:35:16 -0700 |
commit | 334140c927664147a4f2ecea8ea8f49fe74eff1c (patch) | |
tree | 5e460afe18551f25345b9b2e8ce6f0ec40fbe962 /guides | |
parent | 3873fc5c1c5836d41b288840773ecd1704953f29 (diff) | |
parent | 07503309412fee39258e43e18ce4dc1eaa5493a1 (diff) | |
download | rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.tar.gz rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.tar.bz2 rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.zip |
Merge pull request #20231 from karanarora/Spelling-fix
Rails documentation standard is american english. [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/debugging_rails_applications.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index a3c16c7660..96bf532868 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -778,7 +778,7 @@ will be stopped and you will have to start it again. ### Settings -`byebug` has a few available options to tweak its behaviour: +`byebug` has a few available options to tweak its behavior: * `set autoreload`: Reload source code when changed (defaults: true). * `set autolist`: Execute `list` command on every breakpoint (defaults: true). |