From 2c07d1d0f290684e66f422d9dac12c95dd6a32b5 Mon Sep 17 00:00:00 2001 From: frag223 Date: Sat, 21 Feb 2026 22:02:25 +1100 Subject: [PATCH] fix: clean up typos --- odize.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odize.go b/odize.go index e77fed5..8cab57e 100644 --- a/odize.go +++ b/odize.go @@ -21,9 +21,9 @@ var ( ErrTestOptionNotAllowedInCI = errors.New("test option 'Only' not allowed in CI environment") ) -// NewGroup - Create a new test group. +// NewGroup - Create a new test group. // -// If t he ODIZE_TAGS environment variable is set, then only tests with matching tags will be run. +// If the ODIZE_TAGS environment variable is set, then only tests with matching tags will be run. func NewGroup(t *testing.T, tags *[]string) *TestGroup { groupTags := tags if groupTags == nil {