chore: fixing typos in segment-path.md

fixed a few typos for property names
This commit is contained in:
mifieldxu 2020-12-04 23:21:45 -08:00 committed by Jan De Dobbeleer
parent c33827815d
commit c266fdb3a0

View file

@ -33,7 +33,7 @@ Display the current path.
- folder_icon: `string` - the icon to use as a folder indication - defaults to `..`
- windows_registry_icon: `string` - the icon to display when in the Windows registry - defaults to `\uE0B1`
- style: `enum` - how to display the current path
- mapped_locations: `map[string]string` - custom glyph/text for specific paths(only when `style` is set to `agnoster`, `agnosterfull` or `short`)
- mapped_locations: `map[string]string` - custom glyph/text for specific paths(only when `style` is set to `agnoster`, `agnoster_full` or `short`)
## Style
@ -59,7 +59,7 @@ Renders each folder name separated by the `folder_separator_icon`.
Display `$PWD` as a string, replace `$HOME` with the `home_icon` if you're inside the `$HOME` location or
one of its children.
Specific folders can be customized using the `mappedlocations` property.
Specific folders can be customized using the `mapped_locations` property.
### Full