aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorJames T. Perreault <james@perreau.lt>2015-02-03 13:33:17 -0500
committerJames T. Perreault <james@perreau.lt>2015-02-03 13:33:17 -0500
commitd1d47722093906940f81eb290b14e353b74e8c4c (patch)
tree1aa2b420b7951e8d19541e6a41b5647e9dc9eabe /guides
parente30cb83c7a063302c2fc1b4f913ae7d50f594425 (diff)
downloadrails-d1d47722093906940f81eb290b14e353b74e8c4c.tar.gz
rails-d1d47722093906940f81eb290b14e353b74e8c4c.tar.bz2
rails-d1d47722093906940f81eb290b14e353b74e8c4c.zip
[ci skip]
improve sentence flow with grammar change
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 a788dd48ad..f6e7980fe2 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -544,7 +544,7 @@ This way an irb session will be started within the context you invoked it. But
be warned: this is an experimental feature.
The `var` method is the most convenient way to show variables and their values.
-Let's let `byebug` to help us with it.
+Let's let `byebug` help us with it.
```
(byebug) help var