fix: correct typos in BadSytax and theme_provider log messages

This commit is contained in:
Christian Visintin
2026-04-19 01:54:46 +05:30
parent 5758a12c3b
commit 5f83a1468c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ use super::{Context, Id, IdCommon, IdTheme, SetupActivity, Theme, ViewLayout, co
impl SetupActivity {
// -- view
/// Initialize thene view
/// Initialize theme view
pub(super) fn init_theme(&mut self) {
// Init view (and mount commons)
self.new_app(ViewLayout::Theme);