diff options
author | karanarora <mail@arorakaran.com> | 2015-05-20 22:52:18 +0530 |
---|---|---|
committer | karanarora <mail@arorakaran.com> | 2015-05-23 03:01:33 +0530 |
commit | 07503309412fee39258e43e18ce4dc1eaa5493a1 (patch) | |
tree | 5e460afe18551f25345b9b2e8ce6f0ec40fbe962 /guides | |
parent | 3873fc5c1c5836d41b288840773ecd1704953f29 (diff) | |
download | rails-07503309412fee39258e43e18ce4dc1eaa5493a1.tar.gz rails-07503309412fee39258e43e18ce4dc1eaa5493a1.tar.bz2 rails-07503309412fee39258e43e18ce4dc1eaa5493a1.zip |
Spelling/typo/grammatical fixes [ci skip]
spelling fix [ci skip]
example to be consistent [ci skip]
grammatical fix
typo fixes [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). |