Skip to content

Commit dc0f5cf

Browse files
authored
Fix typo Authorizaion to Authorization (#2909)
* Fix typo Authorizaion to Authorization * Update authorization_policy.proto Fix typo from Authorizaion to Authorization
1 parent 3cfacc6 commit dc0f5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security/v1/authorization_policy.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1/authorization_policy.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ import "type/v1beta1/selector.proto";
174174
// {{<tab name="v1beta1" category-value="v1beta1">}}
175175
// ```yaml
176176
// apiVersion: security.istio.io/v1beta1
177-
// kind: AuthorizaionPolicy
177+
// kind: AuthorizationPolicy
178178
// metadata:
179179
// name: httpbin
180180
// namespace: foo

0 commit comments

Comments
 (0)