aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-23 23:17:26 -0800
committerZachary Scott <e@zzak.io>2014-11-23 23:17:26 -0800
commit6a93aa6194661fc0c930345ac6831de24104959a (patch)
treeb51ed7a6944209f2f889e23ce3b5c181dabed2c3 /guides
parent32be4ddda5c8f2ea31bdbd411499e65e1e07dc0c (diff)
downloadrails-6a93aa6194661fc0c930345ac6831de24104959a.tar.gz
rails-6a93aa6194661fc0c930345ac6831de24104959a.tar.bz2
rails-6a93aa6194661fc0c930345ac6831de24104959a.zip
Grammar pass on Web Console release note [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_2_release_notes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md
index 6463477c18..60dbb93e55 100644
--- a/guides/source/4_2_release_notes.md
+++ b/guides/source/4_2_release_notes.md
@@ -103,9 +103,9 @@ Web Console is a set of debugging tools for your Rails application. It will add
an interactive console on every error page, a `console` view helper and a VT100
compatible terminal.
-The interactive console on the error pages lets you execute code where the
-exception originated. It's quite handy to introspect the state that led to the
-error.
+The interactive console on the error pages let you execute code where the
+exception originated. It's quite handy being able to introspect the state that
+led to the error.
The `console` view helper launches an interactive console within the context of
the view where it is invoked.