Skip to content

Commit 1e026fc

Browse files
committed
Fix typo
1 parent 0245c2f commit 1e026fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ngf/how-to/gateway-api-inference-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kubectl kustomize "https://github.com/nginx/nginx-gateway-fabric/config/crd/infe
2828

2929
- To enable the Gateway API Inference Extension, [install]({{< ref "/ngf/install/" >}}) NGINX Gateway Fabric with these modifications:
3030
- Using Helm: set the `nginxGateway.gwAPIInferenceExtension.enable=true` Helm value.
31-
- Using Kubernetes manifests: set the `--gateway-api-inference-extension` flag in the nginx-gateway container argument, update the ClusterRole RBAC to add the `inferncepools`:
31+
- Using Kubernetes manifests: set the `--gateway-api-inference-extension` flag in the nginx-gateway container argument, update the ClusterRole RBAC to add the `inferencepools`:
3232
```yaml
3333
- apiGroups:
3434
- inference.networking.k8s.io

0 commit comments

Comments
 (0)