From 51829a85c42106b0e1b907db659b2749c26d241b Mon Sep 17 00:00:00 2001 From: Wurzelmann Date: Sat, 5 Feb 2022 20:50:46 +0100 Subject: fixed typo: "additionnal" -> "additional" Fixed all occurrences of a typo (additionnal). --- public/assets/config.yml.dist | 6 +++--- 1 file 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: - name: "Wiki" icon: "fas fa-book" url: "https://www.wikipedia.org/" - # 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 - # see url field and assets/additionnal-page.yml.dist used in this example: + # 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 + # see url field and assets/additional-page.yml.dist used in this example: - name: "another page!" icon: "fas fa-file-alt" - url: "#additionnal-page" + url: "#additional-page" # Services # First level array represent a group. -- cgit v1.2.3