aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Common-Issues.md
diff options
context:
space:
mode:
authorMike McQuaid2017-02-24 08:18:49 +0000
committerGitHub2017-02-24 08:18:49 +0000
commitedbdaae6f3dd3ab646a5d90933ec6143ed4a287a (patch)
tree3d98688971cb4547dd97f966da25cdf1a1041712 /docs/Common-Issues.md
parentc7121f6be50e44784e3e29114617c29715bd9c0f (diff)
parentca0071ffc91f6bd212e9458dd05882dbbe6663f5 (diff)
downloadbrew-edbdaae6f3dd3ab646a5d90933ec6143ed4a287a.tar.bz2
Merge pull request #2113 from EricFromCanada/master
Fix spelling, grammar, URLs in docs
Diffstat (limited to 'docs/Common-Issues.md')
-rw-r--r--docs/Common-Issues.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Common-Issues.md b/docs/Common-Issues.md
index 8da622ab4..e8b48751d 100644
--- a/docs/Common-Issues.md
+++ b/docs/Common-Issues.md
@@ -7,8 +7,7 @@ You need to have the Xcode Command Line Utilities installed (and updated): run `
(In OS X prior to 10.9, the "Command Line Tools" package can alternatively be installed from within Xcode. `⌘,` will get you to preferences. Visit the "Downloads" tab and hit the install button next to "Command Line Tools".)
### Ruby `bad interpreter: /usr/bin/ruby^M: no such file or directory`
-You cloned with git, and your git configuration is set to use Windows line endings. See this page: https://help.github.com/articles/dealing-with-line-endings
-
+You cloned with git, and your git configuration is set to use Windows line endings. See this page: <https://help.github.com/articles/dealing-with-line-endings>
### Ruby `bad interpreter: /usr/bin/ruby`
You don't have a `/usr/bin/ruby` or it is not executable. It's not recommended to let this persist, you'd be surprised how many .apps, tools and scripts expect your macOS provided files and directories to be *unmodified* since macOS was installed.