From c34d185d8dbc1a0d3a0757d6340db5cfaffa4a05 Mon Sep 17 00:00:00 2001 From: csquare <58856357+c5quare@users.noreply.github.com> Date: Fri, 17 Jan 2020 22:35:59 +0630 Subject: [PATCH] Correct a sentence in the documentation (#7978) Merge pull request 7978 --- docs/_docs/installation/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index 7a4baa38..d22cd77b 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -98,7 +98,7 @@ Then append your path file with the following, replacing the `X.X` with the firs export PATH=$HOME/.gem/ruby/X.X.0/bin:$PATH ``` -To check your that you gem paths point to your home directory run: +To check that your gem paths point to your home directory run: ```sh gem env