summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSaghm Rossi <saghmrossi@gmail.com>2019-08-16 14:16:29 -0400
committerMatan Kushner <hello@matchai.me>2019-08-16 14:16:29 -0400
commit5ad07bf2d9a84bad4deff5eeb31edf87273eb61f (patch)
tree0c898a15e5c82dd475eb188a11885823c65770ec /src
parent6c62c427ea5ef8907072901d363eefb465dc6160 (diff)
docs: Fix typo in directory module description (#163)
Diffstat (limited to 'src')
-rw-r--r--src/modules/directory.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/directory.rs b/src/modules/directory.rs
index 0088b92cb..51c776e40 100644
--- a/src/modules/directory.rs
+++ b/src/modules/directory.rs
@@ -8,7 +8,7 @@ use super::{Context, Module};
///
/// Will perform path contraction and truncation.
/// **Contraction**
-/// - Paths begining with the home directory will be contracted to `~`
+/// - Paths beginning with the home directory will be contracted to `~`
/// - Paths containing a git repo will contract to begin at the repo root
///
/// **Truncation**