Skip to content

Commit bd31d7c

Browse files
committed
docs(changelog): typo fixes
1 parent e31c27d commit bd31d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
[#13664](https://github.com/rust-lang/cargo/pull/13664)
6565
- cargo-init: don't assign `target.name` in Cargo.toml if the value can be inferred.
6666
[#13606](https://github.com/rust-lang/cargo/pull/13606)
67-
- carog-package: normalize paths in `Cargo.toml`, including replacing `\` with `/`.
67+
- cargo-package: normalize paths in `Cargo.toml`, including replacing `\` with `/`.
6868
[#13729](https://github.com/rust-lang/cargo/pull/13729)
6969
- cargo-test: recategorize cargo test's `--doc` flag under “Target Selection”.
7070
[#13756](https://github.com/rust-lang/cargo/pull/13756)
@@ -1178,7 +1178,7 @@
11781178
[#12332](https://github.com/rust-lang/cargo/pull/12332)
11791179
- ❗️ `cargo login` no longer accept any token after the `--` syntax.
11801180
Arguments after `--` are now reserved in the preparation of the new credential provider feature.
1181-
This introduces a regression that overlooks the `cargo login -- <token>` support in preivous versions.
1181+
This introduces a regression that overlooks the `cargo login -- <token>` support in previous versions.
11821182
[#12499](https://github.com/rust-lang/cargo/pull/12499)
11831183
- Make Cargo `--help` easier to browse.
11841184
[#11905](https://github.com/rust-lang/cargo/pull/11905)

0 commit comments

Comments
 (0)