We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d644e commit be7e737Copy full SHA for be7e737
1 file changed
README.md
@@ -143,7 +143,7 @@ fn run() {
143
144
Another approach is to pipe other logging system through `tauri-plugin-devtools` via the `attach_logger` function,
145
which register the logging system to receive log records propagated by this plugin's tracing subscriber.
146
-The following snipet demonstrates how to use the `attach_logger` function for compatibility between
+The following snippet demonstrates how to use the `attach_logger` function for compatibility between
147
`tauri-plugin-devtools` and `tauri-plugin-log`:
148
149
```rust
0 commit comments