Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Sep 11, 2024
1 parent dbd0b78 commit 2d5b4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/KActivity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {
mode: {
// [!] cannot be immediate as it is required that the activity is configured first
handler (value) {
logger.debug(`[KDK] Setting layout un '${value}' mode`)
logger.debug(`[KDK] Setting layout on '${value}' mode`)
if (value) this.setLayoutMode(value)
}
}
Expand Down

0 comments on commit 2d5b4ae

Please sign in to comment.