docs: 🎨 Fix typo

This commit is contained in:
Sergio Gasquez 2022-10-03 10:52:05 +00:00
parent afd1ed1e7a
commit 67db330b81

View File

@ -99,7 +99,7 @@ pub struct UpdateOpts {
#[derive(Debug, Parser)]
pub struct UninstallOpts {
/// ESP-IDF version to uninstall. If empty, no esp-idf is uninsalled. Version format:
/// ESP-IDF version to uninstall. If empty, no esp-idf is uninstalled. Version format:
///
/// - `commit:<hash>`: Uses the commit `<hash>` of the `esp-idf` repository.
///