From 80f6a1314028ef71c8a98e95333c5c3b1b9773e9 Mon Sep 17 00:00:00 2001 From: Crayon Date: Fri, 11 Sep 2020 17:14:57 -0400 Subject: Fix typos Changed Optionnal to Optional --- public/assets/config.yml.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/assets/config.yml.dist') diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index 6be66e1..92133d9 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist @@ -10,7 +10,7 @@ logo: "logo.png" header: true footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. -# Optionnal theme customization +# Optional theme customization theme: default colors: light: @@ -51,7 +51,7 @@ links: - name: "Contribute" icon: "fab fa-github" url: "https://github.com/bastienwirtz/homer" - target: "_blank" # optionnal html a tag target attribute + target: "_blank" # optional html a tag target attribute - name: "Wiki" icon: "fas fa-book" url: "https://www.wikipedia.org/" @@ -68,7 +68,7 @@ services: subtitle: "Bookmark example" tag: "app" url: "https://www.reddit.com/r/selfhosted/" - target: "_blank" # optionnal html a tag target attribute + target: "_blank" # optional html a tag target attribute - name: "Another one" logo: "assets/tools/sample2.png" subtitle: "Another application" -- cgit v1.2.3