diff --git a/pages/common/cargo-init.md b/pages/common/cargo-init.md index f5af6bb53..d829d2ec6 100644 --- a/pages/common/cargo-init.md +++ b/pages/common/cargo-init.md @@ -1,7 +1,7 @@ # cargo init > Create a new Cargo package. -> Equivalent of `cargo new`, but specifiying a directory is optional. +> Equivalent of `cargo new`, but specifying a directory is optional. > More information: . - Initialize a Rust project with a binary target in the current directory: diff --git a/pages/common/cargo-new.md b/pages/common/cargo-new.md index e46ad0a04..688e56d20 100644 --- a/pages/common/cargo-new.md +++ b/pages/common/cargo-new.md @@ -1,7 +1,7 @@ # cargo new > Create a new Cargo package. -> Equivalent of `cargo init`, but specifiying a directory is required. +> Equivalent of `cargo init`, but specifying a directory is required. > More information: . - Create a new Rust project with a binary target: diff --git a/pages/linux/pkgctl-db-update.md b/pages/linux/pkgctl-db-update.md index 2ac713704..94ccc9b5b 100644 --- a/pages/linux/pkgctl-db-update.md +++ b/pages/linux/pkgctl-db-update.md @@ -1,6 +1,6 @@ # pkgctl db update -> Update the `pacman` database as final release step for packages that have been transfered and staged on . +> Update the `pacman` database as final release step for packages that have been transferred and staged on . > More information: . - Update the binary repository as final release step: