diff --git a/docs/docs/contributing-segment.md b/docs/docs/contributing-segment.md index 1c6c009f..542cde48 100644 --- a/docs/docs/contributing-segment.md +++ b/docs/docs/contributing-segment.md @@ -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