Update Metrics doc as there is a typo in package

Package header typo is very visible looking at docs. 

https://pkg.go.dev/k8s.io/metrics/pkg/apis/metrics
This commit is contained in:
Grant McCloskey 2022-04-28 07:59:09 -07:00 committed by GitHub
parent 537941765f
commit e9346f6b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,5 +17,5 @@ limitations under the License.
// +k8s:deepcopy-gen=package
// +groupName=metrics.k8s.io
// Package metrics defines an API for exposing metics.
// Package metrics defines an API for exposing metrics.
package metrics // import "k8s.io/metrics/pkg/apis/metrics"