diff options
author | 2011-03-02 21:26:57 -0500 | |
---|---|---|
committer | 2011-03-02 21:26:57 -0500 | |
commit | 875f03caac65a3001d39ebb1562165746b5807ef (patch) | |
tree | 540b52c70792b8b49a7ec6d9d7ad29d040004be1 /doc/manual | |
parent | b9c7afc8640ade3f85e701aa3bbd9b16b8af920a (diff) | |
download | textadept-875f03caac65a3001d39ebb1562165746b5807ef.tar.gz textadept-875f03caac65a3001d39ebb1562165746b5807ef.zip |
Fixed typo in manual; doc/manual/10_Advance.md
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/10_Advanced.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/10_Advanced.md b/doc/manual/10_Advanced.md index 74b56ddc..a24c0bdf 100644 --- a/doc/manual/10_Advanced.md +++ b/doc/manual/10_Advanced.md @@ -4,8 +4,8 @@ Access to the Lua state is available through the command entry. Press `F2` to access it. It is useful for debugging, inspecting, and entering buffer or view -commands. If you try cause instability in Textadept's Lua state, you might very -well succeed so be careful. For more information, see the +commands. If you try to cause instability in Textadept's Lua state, you might +very well succeed so be careful. For more information, see the [scripting](11_Scripting.html) page. Abbreviated commands for the `buffer`, `view` and `gui` are available. So |