Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix spelling issues #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion src/app/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down