From 75fde9be1bb3457e26e3118b58ede6a111c7b4a0 Mon Sep 17 00:00:00 2001 From: toofooboo <167498142+toofooboo@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:35:20 +0800 Subject: [PATCH] chore: fix some typos in comments (#385) Signed-off-by: toofooboo --- README.md | 2 +- docs/index.md | 2 +- .../document.md | 2 +- .../document.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00a47f3..99ad913 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ This template defines some new variables to control the appearance of the result - `footnotes-disable-backlinks` (defaults to `false`) - disables making the reference from the footnote at the bottom of the page into a link back to the occurence of the footnote in the main text (enabling requires package `footnotebackref`). + disables making the reference from the footnote at the bottom of the page into a link back to the occurrence of the footnote in the main text (enabling requires package `footnotebackref`). - `book` (defaults to `false`) diff --git a/docs/index.md b/docs/index.md index 46b8f8f..0f6748c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -132,7 +132,7 @@ This template defines some new variables to control the appearance of the result - `footnotes-disable-backlinks` (defaults to `false`) - disables making the reference from the footnote at the bottom of the page into a link back to the occurence of the footnote in the main text (enabling requires package `footnotebackref`). + disables making the reference from the footnote at the bottom of the page into a link back to the occurrence of the footnote in the main text (enabling requires package `footnotebackref`). - `book` (defaults to `false`) diff --git a/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.md b/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.md index 7b4b622..944196f 100644 --- a/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.md +++ b/examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.md @@ -21,7 +21,7 @@ pandoc-latex-environment: # Boxes with `pandoc-latex-environment` and `awesomebox` -This example demonstrates the use of the filter [`pandoc-latex-environments`] to create custom boxes with the [`awesomebox`] package. *pandoc-latex-environment* is a pandoc filter for adding LaTeX environement on specific HTML div tags. +This example demonstrates the use of the filter [`pandoc-latex-environments`] to create custom boxes with the [`awesomebox`] package. *pandoc-latex-environment* is a pandoc filter for adding LaTeX environment on specific HTML div tags. ## Box Types diff --git a/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.md b/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.md index 0d1d7ae..89eca98 100644 --- a/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.md +++ b/examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.md @@ -26,7 +26,7 @@ pandoc-latex-environment: This example demonstrates the use of the filter [`pandoc-latex-environments`] to create custom boxes with the [`tcolorbox`] package. -*pandoc-latex-environment* is a pandoc filter for adding LaTeX environement on +*pandoc-latex-environment* is a pandoc filter for adding LaTeX environment on specific HTML div tags. For a list of all available options visit the [`tcolorbox` documentation](https://ctan.org/pkg/tcolorbox).