summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuillaume Grossetie <ggrossetie@gmail.com>2021-01-16 01:36:02 +0100
committerGitHub <noreply@github.com>2021-01-15 17:36:02 -0700
commitc062ccdd09c97408e8209e91c08f67cd42490932 (patch)
treefe67bfd88019e1258f7671d6ce4f14306e7561b9 /docs
parent0e4c61258066cc57855e87685c45f7f2a91c4307 (diff)
Fix duplicated words (PR #3912)
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/html-backend/pages/stylesheet-modes.adoc2
-rw-r--r--docs/modules/stem/pages/mathematical.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/html-backend/pages/stylesheet-modes.adoc b/docs/modules/html-backend/pages/stylesheet-modes.adoc
index 5379ed38..4ce5f00e 100644
--- a/docs/modules/html-backend/pages/stylesheet-modes.adoc
+++ b/docs/modules/html-backend/pages/stylesheet-modes.adoc
@@ -11,7 +11,7 @@ That's because the stylesheet goes in the HTML `<head>` and the converter only g
[#embed]
== Embed the stylesheet
-When the xref:ROOT:safe-modes.adoc[safe mode] is server or lower, the default behavior of the HTML converter is to read the the stylesheet file, enclose its contents in a `<style>` tag, and embed it directly into the `<head>` of the generated HTML.
+When the xref:ROOT:safe-modes.adoc[safe mode] is server or lower, the default behavior of the HTML converter is to read the stylesheet file, enclose its contents in a `<style>` tag, and embed it directly into the `<head>` of the generated HTML.
This default makes the HTML more portable since you don't lose the stylesheet if you move the file.
However, if the safe mode is secure, the converter will <<link,link to the stylesheet file>> instead.
diff --git a/docs/modules/stem/pages/mathematical.adoc b/docs/modules/stem/pages/mathematical.adoc
index c9ae45ca..c662628f 100644
--- a/docs/modules/stem/pages/mathematical.adoc
+++ b/docs/modules/stem/pages/mathematical.adoc
@@ -26,7 +26,7 @@ When the extension finishes processing all the STEM nodes, it unsets the `stem`
== Benefits and drawbacks
-Since Asciidoctor Mathematical replaces all STEM nodes with image nodes, it serves as an an all-purpose solution for STEM processing.
+Since Asciidoctor Mathematical replaces all STEM nodes with image nodes, it serves as an all-purpose solution for STEM processing.
All converters know how do deal with image nodes.
The extension can be used with the built-in converters as well as add-on converters such as PDF and EPUB3.