mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 20:10:56 -08:00
docs: typo
This commit is contained in:
parent
2c35779900
commit
57f807a24f
|
@ -62,7 +62,7 @@ For each segment, there's a single test file ensuring the functionality going fo
|
|||
is `new_segment_test.go`, have a look at [existing segment tests][tests] for inspiration. Oh My Posh makes
|
||||
use of the test tables pattern for all newly added tests. See [this][tables] blog post for more information.
|
||||
|
||||
The use of a `SegmentTemplate` is required. We're currentlly in the process of refactoring all segments to use
|
||||
The use of a `SegmentTemplate` is required. We're currently in the process of refactoring all segments to use
|
||||
a template. As soon as this work is done, the templating logic will move outside of the segment's logic.
|
||||
|
||||
## Create a name for your Segment
|
||||
|
|
Loading…
Reference in a new issue