docs: fix grammar in theming docs (#481)
This commit is contained in:
parent
3b9e4ec10b
commit
b642716a8a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
```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`
|
||||
|
|
Loading…
Reference in a new issue