summaryrefslogtreecommitdiffstats
path: root/docs/pages/full_screen_apps.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages/full_screen_apps.rst')
-rw-r--r--docs/pages/full_screen_apps.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/full_screen_apps.rst b/docs/pages/full_screen_apps.rst
index 805c8c7..9123c20 100644
--- a/docs/pages/full_screen_apps.rst
+++ b/docs/pages/full_screen_apps.rst
@@ -358,7 +358,7 @@ As said earlier, a :class:`~prompt_toolkit.layout.Window` is a
.. note::
- Basically, windows are the leafs in the tree structure that represent the UI.
+ Basically, windows are the leaves in the tree structure that represent the UI.
A :class:`~prompt_toolkit.layout.Window` provides a "view" on the
:class:`~prompt_toolkit.layout.UIControl`, which provides lines of content. The
@@ -391,7 +391,7 @@ A :class:`~prompt_toolkit.layout.processors.Processor` operates on individual
lines. Basically, it takes a (formatted) line and produces a new (formatted)
line.
-Some build-in processors:
+Some built-in processors:
+----------------------------------------------------------------------------+-----------------------------------------------------------+
| Processor | Usage: |