From b642716a8a436c85f0b2f4b5f209abcf7000f8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <45594031+dcermak@users.noreply.github.com> Date: Wed, 24 Aug 2022 10:30:45 +0200 Subject: [PATCH] docs: fix grammar in theming docs (#481) --- exampleSite/content/en/features/theming/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/en/features/theming/_index.md b/exampleSite/content/en/features/theming/_index.md index eb850fa..5dd8622 100644 --- a/exampleSite/content/en/features/theming/_index.md +++ b/exampleSite/content/en/features/theming/_index.md @@ -22,7 +22,7 @@ All the necessary CSS customization properties are listed below. If you want to ## Favicons -The Theme is shipped with a set of default Favicons in various formats generated by a [Favicon Generator](https://realfavicongenerator.net/). All files can be found in the `static/favicon` folder of the release tarball. To make the replacement of the default Favicons as simple as possible, the theme loads only a very small subset of the Favicon formats. +The Theme is shipped with a set of default Favicons in various formats generated by the [Favicon Generator](https://realfavicongenerator.net/). All files can be found in the `static/favicon` folder of the release tarball. To make the replacement of the default Favicons as simple as possible, the theme loads only a very small subset of the Favicon formats. ```tpl @@ -33,7 +33,7 @@ The Theme is shipped with a set of default Favicons in various formats generated ### Simple replacement -The minimal steps to load a custom Favicon is to overwrite tree default Favicon files. Therefor place these files into your projects root folder: +The minimal steps to load a custom Favicon is to overwrite the three default Favicon files. Therefor place these files into your projects root folder: - `static/favicon/favicon.svg` - `static/favicon/favicon-32x32.png`