fix some typos (#467)

Signed-off-by: geekvest <cuimoman@sohu.com>
This commit is contained in:
geekvest
2023-09-26 04:56:57 +08:00
committed by GitHub
parent be3a5b8605
commit 227966b2f1
4 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ func TestConfigureRoutes(t *testing.T) {
// Create a API Engine
api := gin.Default()
// Required arguements for route configuration
// Required arguments for route configuration
abortWeb := func() {}
data, err := objects.NewDataLayer([]string{"TestSpace"}, "T-1", NewHelmConfig, false)
@@ -130,7 +130,7 @@ func TestContextSetter(t *testing.T) {
w := httptest.NewRecorder()
con := GetTestGinContext(w)
// Required arguements
// Required arguments
data, err := objects.NewDataLayer([]string{"TestSpace"}, "T-1", NewHelmConfig, false)
if err != nil {