Skip to content

Commit c71c4e7

Browse files
committed
Fixes Typo in HTTPRoute Godocs
1 parent def9c89 commit c71c4e7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

apis/v1alpha1/httproute_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ type HTTPRouteSpec struct {
9292
//
9393
// Collisions can happen if multiple HTTPRoutes define a TLS certificate
9494
// for the same hostname. In such a case, conflict resolution guiding
95-
// principles apply, specificallly, if hostnames are same and two different
95+
// principles apply, specifically, if hostnames are same and two different
9696
// certificates are specified then the certificate in the
9797
// oldest resource wins.
9898
//

config/crd/bases/networking.x-k8s.io_httproutes.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-src/spec.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/spec/index.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)