Skip to content

Commit

Permalink
docs(manual,packages,core): Fix typo 'strech' to 'stretch'
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Apr 9, 2023
1 parent 08f59bc commit 4581dce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -501,8 +501,8 @@ All notable changes to this project will be documented in this file. See [standa
### Bug Fixes

* **frames:** Inherit class direction setting in new frames ([35c8a25](https://github.com/sile-typesetter/sile/commit/35c8a255c2a19d4f25dc5f60e40d76a52d2ac601))
* **packages:** Make boxaround respect shrink/strech (rules package) ([9d8f708](https://github.com/sile-typesetter/sile/commit/9d8f7086e1f469a24b032307b43dc801fe10fd92))
* **packages:** Make underline respect shrink/strech (rules package) ([a5d99f0](https://github.com/sile-typesetter/sile/commit/a5d99f0619bb58309313ece1ba320a5e465681a2))
* **packages:** Make boxaround respect shrink/stretch (rules package) ([9d8f708](https://github.com/sile-typesetter/sile/commit/9d8f7086e1f469a24b032307b43dc801fe10fd92))
* **packages:** Make underline respect shrink/stretch (rules package) ([a5d99f0](https://github.com/sile-typesetter/sile/commit/a5d99f0619bb58309313ece1ba320a5e465681a2))
* **typesetter:** Enable bidi for default typesetter on package load ([6a8d7f4](https://github.com/sile-typesetter/sile/commit/6a8d7f400faca53d825f1fea000d51f5e967addb))

### [0.12.2](https://github.com/sile-typesetter/sile/compare/v0.12.1...v0.12.2) (2022-01-28)
Expand Down
4 changes: 2 additions & 2 deletions documentation/c04-useful.sil
Expand Up @@ -201,11 +201,11 @@ The following commands are intended to be used between paragraphs and apply to p
\item{\autodoc:command{\pagebreak} and \autodoc:command{\supereject} request a non-negotiable page break, and are more forceful variants of the previous commands, ensuring that a new page is opened even if there are remaining frames on the page.}
\end{itemize}

With \autodoc:command{\framebreak} and \autodoc:command{\pagebreak}, all vertical strechable elements%
With \autodoc:command{\framebreak} and \autodoc:command{\pagebreak}, all vertical stretchable elements%
\footnote{Vertical: Here, in this document in latin script.
The more advanced topic of writing directions and foreign scripts is tackled later in this manual.}
are expanded to fill up the remaining space as much as possible.
The \autodoc:command{\eject} and \autodoc:command{\supereject} variants insert an infinite vertical stretch, so that all vertical strechable elements on the page stay at their natural size.
The \autodoc:command{\eject} and \autodoc:command{\supereject} variants insert an infinite vertical stretch, so that all vertical stretchable elements on the page stay at their natural size.

\section{Including other files and code}

Expand Down
2 changes: 1 addition & 1 deletion documentation/c09-concepts.sil
Expand Up @@ -37,7 +37,7 @@ casting a length to a measurement returns just the base measurement and discards
casting a measurement to a length sets its stretch and shrink properties to zero.

\begin[type=autodoc:codeblock]{raw}
local l3 = SILE.length(SILE.measurement("10pt")) -- 10pt, without strech and shrink
local l3 = SILE.length(SILE.measurement("10pt")) -- 10pt, without stretch and shrink
local m3 = SILE.measurement(SILE.length("10pt plus 2pt minus 1pt")) -- 10pt
\end{raw}

Expand Down
2 changes: 1 addition & 1 deletion languages/fr.lua
Expand Up @@ -26,7 +26,7 @@ SILE.settings:declare({
parameter = "languages.fr.colonspace",
type = "kern",
default = SILE.nodefactory.kern(spaces.colonspace),
help = "The amount of space before a colon, theoretically a non-breakable, shrinkable, strechable inter-word space"
help = "The amount of space before a colon, theoretically a non-breakable, shrinkable, stretchable inter-word space"
})

SILE.settings:declare({
Expand Down

0 comments on commit 4581dce

Please sign in to comment.