소스 검색

Fix backticks

Jordi Boggiano 9 년 전
부모
커밋
c0883d85fa
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      doc/articles/troubleshooting.md

+ 3 - 3
doc/articles/troubleshooting.md

@@ -331,9 +331,9 @@ for everyone.
 
 ## Composer hangs with SSH ControlMaster
 
-When you try to install packages from a Git repository and you use the ```ControlMaster```
-setting for you SSH connection  Composer might just hang endlessly and you see a ```sh```
-process in the ```defunct``` state in your process list
+When you try to install packages from a Git repository and you use the `ControlMaster`
+setting for you SSH connection  Composer might just hang endlessly and you see a `sh`
+process in the `defunct` state in your process list
 
 The reason for this is a SSH Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1988