From cddfb9acbb90650cd8383d4c5088dd74feeca4ee Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 17 Jan 2021 12:52:13 +0100 Subject: [PATCH] Fix some typos Signed-off-by: trivernis --- chapters/centered-text.md | 2 +- chapters/configuration.md | 6 +++--- chapters/imports.md | 2 +- chapters/quotes.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chapters/centered-text.md b/chapters/centered-text.md index 79f6bff..7a73ba4 100644 --- a/chapters/centered-text.md +++ b/chapters/centered-text.md @@ -1,6 +1,6 @@ # Centered Text -With snekdown text can be centered. +With Snekdown text can be centered. Centering works on line level, so it only centers elements that are line elements. (Text, Images, urls etc.) diff --git a/chapters/configuration.md b/chapters/configuration.md index e49a5a0..7018544 100644 --- a/chapters/configuration.md +++ b/chapters/configuration.md @@ -95,7 +95,7 @@ included_stylesheets = ['style.css'] # bibliography that should be included included_bibliography = ['Bibliography.toml'] -# glossary that sould be included +# glossary that should be included included_glossaries = ['Glossary.toml'] ``` @@ -153,12 +153,12 @@ do so in this section. format = "png" # the max width for the images. -# if an image is larger than that it get's resized. +# if an image is larger than that it gets resized. # (default: none) max_width = 700 # the max width for the images. -# if an image is larger than that it get's resized. +# if an image is larger than that it gets resized. # (default: none) max_height = 500 ``` diff --git a/chapters/imports.md b/chapters/imports.md index 33d4c4d..861d606 100644 --- a/chapters/imports.md +++ b/chapters/imports.md @@ -17,7 +17,7 @@ Configurations can be imported with the same syntax. <[style.css][type=stylesheet] # import a configuration file -<[Manifext.toml] +<[Manifest.toml] # import bibliography <[MyBib.toml][type=bibliography] diff --git a/chapters/quotes.md b/chapters/quotes.md index dae56f5..13de91f 100644 --- a/chapters/quotes.md +++ b/chapters/quotes.md @@ -17,7 +17,7 @@ Multiline Quotes: > This is a > Multiline Quote -You can even add add additional metadata to quotes, like the autor or year: +You can even add additional metadata to quotes, like the autor or year: ```md [author=Trivernis year=2020 display='{{author}} - {{year}}']> This is a quote with metadata ```