提交 0e049578 编写于 作者: G Guo Xiang Tan

Grammer and spelling pass on web console release note. [CI SKIP]

上级 aa581674
......@@ -67,14 +67,14 @@ Web Console is a set of debugging tools for your Rails application. It comes
with an interactive console for every error page, a `console` view helper and
VT100 compatible terminal.
The interactive console on the error pages let you execude code where the
exception originated. Its quite handy to introspect the state that let to that
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 `console` view helper launches an interactive console with the context of
the view right on the page its invoked on.
the view right on the page it's invoked on.
Finally, you can lunch a VT100 terminal that runs `rails console`. If you need
Finally, you can launch a VT100 terminal that runs `rails console`. If you need
to create or modify existing test data, you can do that straight from the
browser.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册