diff --git a/plugins/log/src/lib.rs b/plugins/log/src/lib.rs index 9b3fed6b..c7ed4020 100644 --- a/plugins/log/src/lib.rs +++ b/plugins/log/src/lib.rs @@ -360,7 +360,7 @@ impl Builder { self } - /// Replace the targets of the logger. + /// Replaces the targets of the logger. /// /// ```rust /// use tauri_plugin_log::{Target, TargetKind, WEBVIEW_TARGET};