Skip to content

Commit

Permalink
Auto merge of #7320 - mandrean:docs/typo-cargo-vendor-examples, r=Eh2406
Browse files Browse the repository at this point in the history
Fix typo in cargo vendor examples

This PR fixes a tiny typo in the `cargo vendor` examples, as you can see in the git diff.
  • Loading branch information
bors committed Sep 3, 2019
2 parents ba37dac + 91a43fd commit 69aea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/man/cargo-vendor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ include::section-exit-status.adoc[]

cargo vendor

. Vendor all dependencies into a local "third-part/vendor" folder
. Vendor all dependencies into a local "third-party/vendor" folder

cargo vendor third-party/vendor

Expand Down

0 comments on commit 69aea5b

Please sign in to comment.