Skip to content

Commit 3f08d31

Browse files
committed
Fix typo in tasks/debug-application-cluster/local-debugging.md
1 parent fb5f25b commit 3f08d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug/debug-cluster/local-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can curl services using the Kubernetes syntax e.g. `curl -ik https://kuberne
4040

4141
When developing an application on Kubernetes, you typically program or debug a single service. The service might require access to other services for testing and debugging. One option is to use the continuous deployment pipeline, but even the fastest deployment pipeline introduces a delay in the program or debug cycle.
4242

43-
Use the `telepresence intercept $SERVICE_NAME --port $LOCAL_PORT:REMOTE_PORT` command to create an "intercept" for rerouting remote service traffic.
43+
Use the `telepresence intercept $SERVICE_NAME --port $LOCAL_PORT:$REMOTE_PORT` command to create an "intercept" for rerouting remote service traffic.
4444

4545
Where:
4646

0 commit comments

Comments
 (0)