We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 908cfed + da7f506 commit 4f4bfbaCopy full SHA for 4f4bfba
src/doc/config.md
@@ -2,12 +2,12 @@
2
3
This document will explain how cargo's configuration system works, as well as
4
available keys or configuration. For configuration of a project through its
5
-manfest, see the [manifest format](manifest.html).
+manifest, see the [manifest format](manifest.html).
6
7
# Hierarchical structure
8
9
Cargo allows to have local configuration for a particular project or global
10
-configuration (like git). Cargo also extends this ability to a hirearchical
+configuration (like git). Cargo also extends this ability to a hierarchical
11
strategy. If, for example, cargo were invoked in `/home/foo/bar/baz`, then the
12
following configuration files would be probed for:
13
0 commit comments