Fix minor typos

This commit is contained in:
Adeel Ahmad 2021-01-07 17:04:37 +01:00 committed by Hynek Mlnařík
parent acbb229d19
commit a8bc362734

View file

@ -280,8 +280,8 @@ See <<_locale_selector,Locale Selector>> on details on how the current locale is
==== Custom Identity providers icons ==== Custom Identity providers icons
{project_name} supports adding icons for custom Identity providers, which are displayed on the login screen. {project_name} supports adding icons for custom Identity providers, which are displayed on the login screen.
You just have to define an icon classes in your login `theme.properties` file (f.e. `themes/mytheme/login/theme.properties`) with key pattern `kcLogoIdP-<alias>`. You just have to define icon classes in your login `theme.properties` file (i.e. `themes/mytheme/login/theme.properties`) with key pattern `kcLogoIdP-<alias>`.
For Identity provider with alias `myProvider`, you may add line, like below, to login theme properties of your custom theme. For Identity provider with an alias `myProvider`, you may add a line, like below, to `theme.properties` file of your custom theme.
[source] [source]
---- ----