Skip to content

Commit bef3a43

Browse files
authored
Merge pull request #36141 from bang9211/bang9211/fix-typo-local-debugging/v0.1
Fix typo in tasks/debug-application-cluster/local-debugging.md
2 parents 49c7702 + 3f08d31 commit bef3a43

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)