From 57f807a24f9a82b6a624dec02749b1a12b59dcc4 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 4 Jan 2022 09:40:31 +0100 Subject: [PATCH] docs: typo --- docs/docs/contributing-segment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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