Spelling nits.

This commit is contained in:
jregan
2020-12-04 12:29:39 -08:00
parent 1583cef8d9
commit 1a5aa63d54
5 changed files with 11 additions and 5 deletions

5
api/resource/doc.go Normal file
View File

@@ -0,0 +1,5 @@
// Copyright 2020 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
// Package resource implements representations of k8s API resources.
package resource

View File

@@ -1,7 +1,6 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
// Package resource implements representations of k8s API resources.
package resource
import (