diff --git a/docs/setup.md b/docs/setup.md index b29530d..b44a854 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -31,7 +31,7 @@ rustc 1.75.0 (82e1608df 2023-12-21) Install `docker`. It is recommended to follow the instructions from the [official site](https://docs.docker.com/install/). -Installing `docker` via `snap` or from the default repository can cause troubles. +Installing `docker` via `snap` or from the default repository can cause trouble. **Note:** On linux you may encounter the following error when you’ll try to work with `madara-cli`: @@ -84,7 +84,7 @@ brew --version Homebrew 4.2.2 ``` -If brew is not found, install using following command: +If brew is not found, install using the following command: ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" diff --git a/src/app/config.rs b/src/app/config.rs index 1e5663e..bfba091 100644 --- a/src/app/config.rs +++ b/src/app/config.rs @@ -13,7 +13,7 @@ pub struct AppChainConfig { pub da_layer: DALayer, /// Stores commit hash of madara app chain build pub madara_version: String, - /// Maintains version of config, will help in handling edge + /// Maintains version of config, which will help in handling edge /// cases when attributes are added / removed from struct pub config_version: ConfigVersion, }