fix: misspell (#1667)

This commit is contained in:
mlboy
2020-05-30 00:49:22 +08:00
committed by GitHub
parent 0d88650511
commit 15d5142d9b
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ type Request struct {
err error
}
// Params is the object to pass in to set paramaters
// Params is the object to pass in to set parameters
// on a request.
type Params struct {
LabelSelector map[string]string