aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-04-28 20:00:06 +0530
committerVipul A M <vipulnsward@gmail.com>2016-04-28 20:00:06 +0530
commit9bc6015a483e952ab7c3e606b00f58b0f25e51b8 (patch)
tree11ab0adb9ba173d0da5fe454635c872de4516e01 /guides
parent895add262f6f95b48ee9023f73f3c1717d0e3cb3 (diff)
downloadrails-9bc6015a483e952ab7c3e606b00f58b0f25e51b8.tar.gz
rails-9bc6015a483e952ab7c3e606b00f58b0f25e51b8.tar.bz2
rails-9bc6015a483e952ab7c3e606b00f58b0f25e51b8.zip
Pass over debugging guide
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/debugging_rails_applications.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md
index b5634a693f..f0d0f9753a 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -727,7 +727,7 @@ For example, in the previous situation
13: end
(byebug) break 11
-Succesfully created breakpoint with id 1
+Successfully created breakpoint with id 1
```