summaryrefslogtreecommitdiff
path: root/docs/source/api/commands.rst
diff options
context:
space:
mode:
authorDaniel <quite@hack.org>2012-02-27 18:48:39 +0100
committerDaniel <quite@hack.org>2012-02-27 18:48:39 +0100
commit4f20b2f014b0b3f99d24ae1e9f339d5f2ad4a361 (patch)
tree189bc7a87ddcd0a18dbf2b161e284f43b3c161a5 /docs/source/api/commands.rst
parent38489b9ca75c26818a306cf2a06fd2918dcd2882 (diff)
Quick spell-checking of docs/
Diffstat (limited to 'docs/source/api/commands.rst')
-rw-r--r--docs/source/api/commands.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/api/commands.rst b/docs/source/api/commands.rst
index f38ac04c..cb1a9d7f 100644
--- a/docs/source/api/commands.rst
+++ b/docs/source/api/commands.rst
@@ -5,7 +5,7 @@ Commands
User actions are represented by :class:`Command` objects that can then be triggered by
:meth:`alot.ui.UI.apply_command`.
-Commandline strings given by the user via the prompt or keybindings can be translated to
+Command-line strings given by the user via the prompt or key bindings can be translated to
:class:`Command` objects using :func:`alot.commands.commandfactory`.
Specific actions are defined as subclasses of :class:`Command` and can be registered
to a global command pool using the :class:`registerCommand` decorator.
@@ -14,7 +14,7 @@ to a global command pool using the :class:`registerCommand` decorator.
that the return value
of :func:`commandfactory` depends on the current *mode* the user interface is in.
- The mode identifier is a string that is uniquely defined by the currently focussed
+ The mode identifier is a string that is uniquely defined by the currently focuses
:class:`~alot.buffers.Buffer`.
.. note::