Skip to content

Commit 004af4c

Browse files
authored
docs/envoy-tutorial-standalone: fix typo (#7464)
Signed-off-by: Joost Holslag <[email protected]>
1 parent cd66fa3 commit 004af4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/envoy-tutorial-standalone-envoy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ kubectl create configmap authz-policy --from-file policy.rego
144144
```
145145

146146
Now that the policy is stored in a ConfigMap, we can spin up an HTTP server to make it
147-
available to as a Bundle to OPA when it's making decisions for our application:
147+
available as a Bundle to OPA when it's making decisions for our application:
148148

149149
```yaml
150150
# bundle-server.yaml

0 commit comments

Comments
 (0)