Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
- Replaced "pls" with "please" for formality.
- Corrected "expect for" to "except for."
  • Loading branch information
anonployed authored Sep 26, 2024
1 parent e228667 commit 1e201c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Guide.
make build-wasm-scripts-docker
```

### Before submitting a PR, pls make sure to run the following
### Before submitting a PR, please make sure to run the following

```shell
# Format the code
Expand All @@ -71,7 +71,7 @@ To change the log level, set `NAMADA_LOG` environment variable to one of:
* `debug`
* `trace`

The default is set to `info` for all the modules, expect for CometBFT ABCI, which has a lot of `debug` logging.
The default is set to `info` for all the modules, except for CometBFT ABCI, which has a lot of `debug` logging.

For more fine-grained logging levels settings, please refer to the [tracing subscriber docs](https://docs.rs/tracing-subscriber/0.2.18/tracing_subscriber/struct.EnvFilter.html#directives) for more information.

Expand Down

0 comments on commit 1e201c9

Please sign in to comment.