Skip to content

Commit 7e44a73

Browse files
committed
Fix a couple of typos
1 parent a0c01dc commit 7e44a73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/ngf/how-to/monitoring/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ EOF
252252

253253
After creating the Gateway resource, NGINX Gateway Fabric will provision an NGINX Pod and Service fronting it to route traffic.
254254

255-
Save the public IP address and port of NGINX Gateway Fabric into shell variables:
255+
Save the public IP address and port of the NGINX Service into shell variables:
256256

257257
```text
258258
GW_IP=XXX.YYY.ZZZ.III

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ We have outlined a few best practices to keep in mind when using `SnippetsFilter
7878

7979
After creating the Gateway resource, NGINX Gateway Fabric will provision an NGINX Pod and Service fronting it to route traffic.
8080

81-
- Save the public IP address and port of NGINX Gateway Fabric into shell variables:
81+
- Save the public IP address and port of the NGINX Service into shell variables:
8282

8383
```text
8484
GW_IP=<ip address>

0 commit comments

Comments
 (0)