Skip to content

Commit 6970658

Browse files
authored
Fix mermaid syntax error
1 parent 57f0fbf commit 6970658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/socks5-proxy-access-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Figure 1 represents what you're going to achieve in this task.
3939
graph LR;
4040

4141
subgraph local[Local client machine]
42-
client([client])-- local <br> traffic .-> local_ssh[Local SSH <br> SOCKS5 proxy];
42+
client([client])-. local <br> traffic .-> local_ssh[Local SSH <br> SOCKS5 proxy];
4343
end
4444
local_ssh[SSH <br>SOCKS5 <br> proxy]-- SSH Tunnel -->sshd
4545

0 commit comments

Comments
 (0)