Correct typo from 'gingko' to 'ginkgo'

Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
This commit is contained in:
Jongwoo Han
2023-12-20 10:31:45 +09:00
parent 755b4e2bc4
commit 725b107f49
5 changed files with 7 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ var (
//
// This can be used by extensions of the core framework to modify
// settings in the framework instance or to add additional callbacks
// with gingko.BeforeEach/AfterEach/DeferCleanup.
// with ginkgo.BeforeEach/AfterEach/DeferCleanup.
//
// When a test runs, functions will be invoked in this order:
// - BeforeEaches defined by tests before f.NewDefaultFramework