Skip to content

Commit ccb436c

Browse files
committed
Adjust small wording
1 parent 71890ae commit ccb436c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ our supported [first-class policies]({{< relref "overview/custom-policies.md" >}
390390

391391
## Troubleshooting
392392

393-
If a `SnippetsFilter` is defined in a Route resource and contains a Snippet which includes an invalid NGINX configuration, NGINX will continue to operate
393+
If a `SnippetsFilter` is defined in a Route and contains a Snippet which includes an invalid NGINX configuration, NGINX will continue to operate
394394
with the last valid configuration and an event with the error will be outputted. No new configuration will be applied until the invalid Snippet is fixed.
395395

396396
An example of an error from the NGINX Gateway Fabric `nginx-gateway` container logs:
@@ -405,7 +405,7 @@ An example of an error from the NGINX Gateway Fabric `nginx` container logs:
405405
2024/10/29 22:18:41 [emerg] 40#40: invalid number of arguments in "limit_req_zone" directive in /etc/nginx/includes/SnippetsFilter_http_default_rate-limiting-sf.conf:1
406406
```
407407

408-
The Route resource which references the `SnippetsFilter` may also contain information in its conditions describing the error:
408+
The Route which references the `SnippetsFilter` may also contain information in its conditions describing the error:
409409

410410
```text
411411
Conditions:
@@ -423,7 +423,7 @@ The Route resource which references the `SnippetsFilter` may also contain inform
423423
Type: Accepted
424424
```
425425

426-
If a Route resource references a `SnippetsFilter` which cannot be resolved, the route will return a 500 HTTP error response on all requests.
426+
If a Route references a `SnippetsFilter` which cannot be resolved, the route will return a 500 HTTP error response on all requests.
427427
The Route conditions will contain information describing the error:
428428

429429
```text

0 commit comments

Comments
 (0)