Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jun 29, 2023
1 parent c1f685e commit d662167
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cSpell.words": [
"adoc",
"webbrowser"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For all the command above, if you work on a workspace, all its crates will be ha

## Similar projects

`cargo-crate` basiscally does the same (I’d argue better) than the following (combined):
`cargo-crate` basically does the same (I’d argue better) than the following (combined):
- `cargo-show`
- `cargo-info`
- `cargo-open`
Expand Down
2 changes: 1 addition & 1 deletion README_src.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For all the command above, if you work on a workspace, all its crates will be ha

== Similar projects

{prj} basiscally does the same (I'd argue better) than the following (combined):
{prj} basically does the same (I'd argue better) than the following (combined):
- `cargo-show`
- `cargo-info`
- `cargo-open`
Expand Down

0 comments on commit d662167

Please sign in to comment.