aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-04-28 18:42:31 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-04-28 18:42:31 -0300
commitef5c46d2ee8dc8da20f54dbedc9805f71791d75c (patch)
tree68e7f3ab7871d9ef1fd1a83fd4392662c29eb371 /guides
parent39144740e8564a4e79e54ecfcd7a4fe8556b63e6 (diff)
parent9bc6015a483e952ab7c3e606b00f58b0f25e51b8 (diff)
downloadrails-ef5c46d2ee8dc8da20f54dbedc9805f71791d75c.tar.gz
rails-ef5c46d2ee8dc8da20f54dbedc9805f71791d75c.tar.bz2
rails-ef5c46d2ee8dc8da20f54dbedc9805f71791d75c.zip
Merge pull request #24770 from vipulnsward/guieds-type
Pass over debugging guide
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
```