Skip to content

Commit 090812a

Browse files
authored
Merge pull request #38648 from mgoodwin1989/patch-1
Fixed spelling mistake
2 parents 74e5ea5 + 7549365 commit 090812a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ by default.
737737
The `kubectl` tool uses the `--validate` flag to set the level of field validation.
738738
Historically `--validate` was used to toggle client-side validation on or off as
739739
a boolean flag. Since Kubernetes 1.25, kubectl uses
740-
server-side field validation when sending requests to a serer with this feature
740+
server-side field validation when sending requests to a server with this feature
741741
enabled. Validation will fall back to client-side only when it cannot connect
742742
to an API server with field validation enabled.
743743
It accepts the values `ignore`, `warn`,

0 commit comments

Comments
 (0)