From d662167dae92c4421711835fb5b3672162aa20c3 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Thu, 29 Jun 2023 09:59:29 +0200 Subject: [PATCH] Fix typo --- .vscode/settings.json | 1 + README.md | 2 +- README_src.adoc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7b655ea..e7726db 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "cSpell.words": [ + "adoc", "webbrowser" ] } diff --git a/README.md b/README.md index 10024da..c6801ac 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/README_src.adoc b/README_src.adoc index cb628cb..d3fa068 100644 --- a/README_src.adoc +++ b/README_src.adoc @@ -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`