소스 검색

chisel: fix typo (#3410)

Ohad Eytan 5 년 전
부모
커밋
adb9519c96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/common/chisel.md

+ 1 - 1
pages/common/chisel.md

@@ -23,6 +23,6 @@
 
 `chisel client {{server_ip}}:{{server_port}} {{local_host}}:{{local_port}}:{{remote_server}}:{{remote_port}}`
 
-- Connect to a chisel server using a username and password authentication:
+- Connect to a chisel server using username and password authentication:
 
 `chisel client --auth {{username}}:{{password}} {{server_ip}}:{{server_port}} {{local_port}}:{{remote_server}}:{{remote_port}}`