diff --git a/docs/examples.rst b/docs/examples.rst index dcdbf94..c100b4b 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -22,7 +22,7 @@ Keyboard Layout While the ``Keyboard`` class itself provides easy way for sending key shortcuts, for writing more complex text you may want to use a ``KeyboardLayout`` and a ``.write()`` method. -It is also posible to adjust the typing speed by specifying ``delay`` between key presses. +It is also possible to adjust the typing speed by specifying ``delay`` between key presses. .. literalinclude:: ../examples/hid_keyboard_layout.py :caption: examples/hid_keyboard_layout.py