Skip to content

Commit e52c227

Browse files
committed
Add stronger language edits
1 parent 702f67d commit e52c227

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/content/how-to/traffic-management/snippets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This topic introduces Snippets, how to implement them using the `SnippetsFilter`
1414
Snippets allow users to insert NGINX configuration into different contexts of the
1515
NGINX configurations that NGINX Gateway Fabric generates.
1616

17-
Snippets are for advanced NGINX users who need more control over the generated NGINX configuration,
18-
and can be used in cases where Gateway API resources or NGINX extension policies don't apply.
17+
Snippets should only be used by advanced NGINX users who need more control over the generated NGINX configuration,
18+
and only in cases where Gateway API resources or NGINX extension policies don't apply.
1919

2020
Users can configure Snippets through the `SnippetsFilter` API. `SnippetsFilter` can be an [HTTPRouteFilter](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRouteFilter) or [GRPCRouteFilter](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GRPCRouteFilter),
2121
that can be defined in an HTTPRoute/GRPCRoute rule and is intended to modify NGINX configuration specifically for that Route rule. `SnippetsFilter` is an `extensionRef` type filter.

0 commit comments

Comments
 (0)