Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common-use-case-examples/adding-your-logo.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Result: 

## Optional: Updating the logo without re-building the theme

Some pepoles want to be able to "hot swipe" the asset in the Keycloak file system without having to re-build the theme and re-deploy it.
Some people want to be able to "hot swap" the asset in the Keycloak file system without having to re-build the theme and re-deploy it.

To ensure that the assets are located in a predictible location you would use the public/ directory.

Expand Down Expand Up @@ -160,7 +160,7 @@ NOTE: You can see PUBLIC\_URL as an equivalent of `process.env.PUBLIC_URL` that
{% endtab %}
{% endtabs %}

If you ever need to SSH into the Keycloak server and hot swipe the image you can find it at
If you ever need to SSH into the Keycloak server and hot swap the image you can find it at

**/opt/keycloak/themes/**[**\<name of your theme>**](../features/compiler-options/themename.md)**/login/resources/dist/img/logo.png**

Expand Down