From d1d47722093906940f81eb290b14e353b74e8c4c Mon Sep 17 00:00:00 2001 From: "James T. Perreault" Date: Tue, 3 Feb 2015 13:33:17 -0500 Subject: [PATCH] [ci skip] improve sentence flow with grammar change --- guides/source/debugging_rails_applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab