Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Jul 24, 2024
1 parent d1d644e commit be7e737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fn run() {

Another approach is to pipe other logging system through `tauri-plugin-devtools` via the `attach_logger` function,
which register the logging system to receive log records propagated by this plugin's tracing subscriber.
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
`tauri-plugin-devtools` and `tauri-plugin-log`:

```rust
Expand Down

0 comments on commit be7e737

Please sign in to comment.