mirror of
https://github.com/starship/starship.git
synced 2025-06-26 21:01:42 +02:00
docs: Fix typo in directory module description (#163)
This commit is contained in:
parent
6c62c427ea
commit
5ad07bf2d9
@ -8,7 +8,7 @@ use super::{Context, Module};
|
|||||||
///
|
///
|
||||||
/// Will perform path contraction and truncation.
|
/// Will perform path contraction and truncation.
|
||||||
/// **Contraction**
|
/// **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
|
/// - Paths containing a git repo will contract to begin at the repo root
|
||||||
///
|
///
|
||||||
/// **Truncation**
|
/// **Truncation**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user