Apply suggestions from code review: Typo & wording fixes

Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com>
This commit is contained in:
Simon Laux
2024-10-07 18:16:58 +02:00
committed by Simon Laux
parent 1404cbd3ef
commit 087050c27d
3 changed files with 16 additions and 16 deletions

View File

@@ -38,8 +38,8 @@ Run `deltachat-rpc-server --openrpc` to get [OpenRPC](https://open-rpc.org/) spe
## Usage with `tokio-console`
When build with `RUSTFLAGS="--cfg tokio_unstable"` console-subscriber is enabled.
That means that you can use [`tokio-console`](https://github.com/tokio-rs/console) to inspect active tokio tasks.
When built with `RUSTFLAGS="--cfg tokio_unstable"`, console-subscriber is enabled.
That means that you can use [`tokio-console`](https://github.com/tokio-rs/console) to inspect active Tokio tasks.
You can install it via `cargo install tokio-console`.
```sh