Skip to content

Commit

Permalink
Remove the uncessary \ (#2883)
Browse files Browse the repository at this point in the history
remove the \

Signed-off-by: huabing zhao <[email protected]>
  • Loading branch information
zhaohuabing authored Mar 12, 2024
1 parent 8aec3f2 commit b689ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/latest/user/security/ext-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ security in production environments.
kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/latest/examples/kubernetes/ext-auth-grpc-service.yaml
```
The HTTPRoute created in the previous section is still valid and can be used with the gRPC auth service, but if you have\
The HTTPRoute created in the previous section is still valid and can be used with the gRPC auth service, but if you have
not created the HTTPRoute, you can create it now.
Create a new HTTPRoute resource to route traffic on the path `/myapp` to the backend service.
Expand Down

0 comments on commit b689ec5

Please sign in to comment.