diff options
author | Wurzelmann <Wurzelmann@users.noreply.github.com> | 2022-02-05 20:50:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-05 20:50:46 +0100 |
commit | 51829a85c42106b0e1b907db659b2749c26d241b (patch) | |
tree | 1aa29fd2c88ef36fce4c04dcb14bcb44c737499b /public | |
parent | 68b10120c940d51475843664f05d956abd53a0b5 (diff) | |
download | homer-51829a85c42106b0e1b907db659b2749c26d241b.tar.gz homer-51829a85c42106b0e1b907db659b2749c26d241b.tar.zst homer-51829a85c42106b0e1b907db659b2749c26d241b.zip |
fixed typo: "additionnal" -> "additional"
Fixed all occurrences of a typo (additionnal).
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/config.yml.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index acdd32c..63d022a 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist | |||
@@ -58,11 +58,11 @@ links: | |||
58 | - name: "Wiki" | 58 | - name: "Wiki" |
59 | icon: "fas fa-book" | 59 | icon: "fas fa-book" |
60 | url: "https://www.wikipedia.org/" | 60 | url: "https://www.wikipedia.org/" |
61 | # this will link to a second homer page that will load config from additionnal-page.yml and keep default config values as in config.yml file | 61 | # this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file |
62 | # see url field and assets/additionnal-page.yml.dist used in this example: | 62 | # see url field and assets/additional-page.yml.dist used in this example: |
63 | - name: "another page!" | 63 | - name: "another page!" |
64 | icon: "fas fa-file-alt" | 64 | icon: "fas fa-file-alt" |
65 | url: "#additionnal-page" | 65 | url: "#additional-page" |
66 | 66 | ||
67 | # Services | 67 | # Services |
68 | # First level array represent a group. | 68 | # First level array represent a group. |