Skip to content

Commit

Permalink
Minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir authored and panglesd committed Jul 18, 2024
1 parent 56514eb commit 0c1cd05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0c1cd05

Please sign in to comment.