Update server-side-apply.md

Spelling mistake
This commit is contained in:
wasimj 2021-03-09 14:17:05 +00:00 committed by GitHub
parent 551e38c4ee
commit 466b4bd806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Server side apply is meant both as a replacement for the original `kubectl
apply` and as a simpler mechanism for controllers to enact their changes.
If you have Server Side Apply enabled, the control plane tracks managed fields
for all newlly created objects.
for all newly created objects.
## Field Management