diff options
author | Zachary Scott <e@zzak.io> | 2014-11-23 23:17:26 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-11-23 23:17:26 -0800 |
commit | 6a93aa6194661fc0c930345ac6831de24104959a (patch) | |
tree | b51ed7a6944209f2f889e23ce3b5c181dabed2c3 | |
parent | 32be4ddda5c8f2ea31bdbd411499e65e1e07dc0c (diff) | |
download | rails-6a93aa6194661fc0c930345ac6831de24104959a.tar.gz rails-6a93aa6194661fc0c930345ac6831de24104959a.tar.bz2 rails-6a93aa6194661fc0c930345ac6831de24104959a.zip |
Grammar pass on Web Console release note [ci skip]
-rw-r--r-- | guides/source/4_2_release_notes.md | 6 |
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. |