summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/features/appearance.md6
-rw-r--r--wiki/features/custom-css.md2
-rw-r--r--wiki/features/header.md2
-rw-r--r--wiki/features/other-parameters.md2
-rw-r--r--wiki/features/single-page-parameters.md2
-rw-r--r--wiki/setup.md2
6 files changed, 8 insertions, 8 deletions
diff --git a/wiki/features/appearance.md b/wiki/features/appearance.md
index 5d28cac..4baebf8 100644
--- a/wiki/features/appearance.md
+++ b/wiki/features/appearance.md
@@ -27,7 +27,7 @@ Typo has the possibility to specify the color palette to use in the theme. The d
but they can easily be added.
The color palettes are stored under `assets/css/colors/*` and the one in use can be specified with the following
-patameter:
+parameter:
```toml
[params]
@@ -60,7 +60,7 @@ You can choose to hide the header on every page apart from the homepage with thi
hideHeader = true
```
-I strongly reccoment enabling [breadcrumbs](#72-breadcrumbs) if you do so.
+I strongly recommend enabling [breadcrumbs](#72-breadcrumbs) if you do so.
## Note on Syntax Highlighting
@@ -75,7 +75,7 @@ style = 'algol'
## Footer Customization
-One can decide to hide the footer completely or to change it's content by specifiying the following parameters.
+One can decide to hide the footer completely or to change it's content by specifying the following parameters.
Note that if you don't include the following parameters (or leave footerContent empty) the default footer is shown.
```toml
diff --git a/wiki/features/custom-css.md b/wiki/features/custom-css.md
index 0ca4411..406b124 100644
--- a/wiki/features/custom-css.md
+++ b/wiki/features/custom-css.md
@@ -13,7 +13,7 @@ hideBackToTop: true
The theme supports custom css, you can override anything you want by redefining classes in the `assets/custom.css` file.
-For instance, changing the main widht can be done as follows:
+For instance, changing the main width can be done as follows:
```css
:root {
diff --git a/wiki/features/header.md b/wiki/features/header.md
index 9338f45..17eb788 100644
--- a/wiki/features/header.md
+++ b/wiki/features/header.md
@@ -22,7 +22,7 @@ name = "posts"
url = "/posts"
```
-There exists an optional new tab parameter, to choose wether menu items are opened in a new tab or not.
+There exists an optional new tab parameter, to choose whether menu items are opened in a new tab or not.
```toml
[[params.menu]]
diff --git a/wiki/features/other-parameters.md b/wiki/features/other-parameters.md
index 2f87071..f949851 100644
--- a/wiki/features/other-parameters.md
+++ b/wiki/features/other-parameters.md
@@ -14,7 +14,7 @@ Miscellaneous settings.
## Home Meta Description
-You can specify the homepage meta description with the following paramer:
+You can specify the homepage meta description with the following parameter:
```toml
[params]
diff --git a/wiki/features/single-page-parameters.md b/wiki/features/single-page-parameters.md
index 4b7949d..d0ebe88 100644
--- a/wiki/features/single-page-parameters.md
+++ b/wiki/features/single-page-parameters.md
@@ -73,7 +73,7 @@ hidePagination: true
## Meta Description
-You can speficy the post meta description as follows:
+You can specify the post meta description as follows:
```md
description: "Your Description"
diff --git a/wiki/setup.md b/wiki/setup.md
index ffb2111..1ff6d23 100644
--- a/wiki/setup.md
+++ b/wiki/setup.md
@@ -143,7 +143,7 @@ url = "/posts"
name = "about"
url = "/about"
-# Syntax highligth on code blocks
+# Syntax highlight on code blocks
[markup]
[markup.highlight]
style = 'algol'