From 0c1cd055142244b37578142511fb0cc0245b6c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Wed, 17 Jul 2024 11:22:02 +0200 Subject: [PATCH] Minor typos --- docs/syntax.rst | 2 +- docs/tutorial.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/syntax.rst b/docs/syntax.rst index f240cdc..01bf9a7 100644 --- a/docs/syntax.rst +++ b/docs/syntax.rst @@ -122,7 +122,7 @@ A word starting with ``.`` is a class. Classes are used both controlling the lay A single word is a "flag attribute". In the example above, ``pause`` is a flag attribute. The meaning of all slipshow attributes is given later in this section! -Key-value attributes are defined using an equal sign (``=``). They need a key, and a value. If the value contains spaces or other dubious characters, they should be enclosed in quotes. The quotes are not part of the value of they key attributes! In the example above, the key ``up-at-unpause`` is given value ``title1``, while the key ``exec-at-unpause`` is given the value ``script1 scrip2``. +Key-value attributes are defined using an equal sign (``=``). They need a key, and a value. If the value contains spaces or other dubious characters, they should be enclosed in quotes. The quotes are not part of the value of they key attributes! In the example above, the key ``up-at-unpause`` is given value ``title1``, while the key ``exec-at-unpause`` is given the value ``script1 script2``. Some attribute can be used both as a flag attribute and as a key-value attribute. diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 3d87ea8..b7fc1f6 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -338,7 +338,7 @@ Be able to refer to a part of your presentation For the first point, slipshow uses a system of ids. An id is just a string without space, that must be unique amongst all ids. In order to assign an id to -a block, one must adds the id prepended with a ``#`` inside the metadata of the +a block, one must add the id prepended with a ``#`` inside the metadata of the block. For instance, let's add the ``prime-def`` id to the definition. The source should look like this now: @@ -418,7 +418,7 @@ Writing on the screen One of the design goal of slipshow is to make digital presentations "less bad" compared to the blackboard ones. -One of the great features of boards is that you can write on them while +One of the great features of blackboards is that you can write on them while explaining, doodle, make arrows all over the place. To try to do something similar, the slipshow rendering engine allows you to write on your presentation, using the tools present on the top left of your presentation.