docs: typo

This commit is contained in:
Jan De Dobbeleer 2022-01-04 09:40:31 +01:00 committed by Jan De Dobbeleer
parent 2c35779900
commit 57f807a24f

View file

@ -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