diff options
author | Xavier Noria <fxn@hashref.com> | 2018-06-11 23:03:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 23:03:18 +0200 |
commit | 5745bea4ef65af8a779ec4168bfa977b7794d85c (patch) | |
tree | 8f9588a1fd545a9e7c6a408bdc59916327e8ccf3 /guides/source/development_dependencies_install.md | |
parent | a7d394b1eba76ce2faaf49e245235a2d9b4025c4 (diff) | |
parent | b2d9c3f9ca3fb03ec93629c63de03d28457408a5 (diff) | |
download | rails-5745bea4ef65af8a779ec4168bfa977b7794d85c.tar.gz rails-5745bea4ef65af8a779ec4168bfa977b7794d85c.tar.bz2 rails-5745bea4ef65af8a779ec4168bfa977b7794d85c.zip |
Merge pull request #33119 from utilum/project_names_are_not_code
Remove backticks around proejct names
Diffstat (limited to 'guides/source/development_dependencies_install.md')
-rw-r--r-- | guides/source/development_dependencies_install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index fdd560ccf3..d5dca88c64 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -378,9 +378,9 @@ yarn install ``` Extracting previews, tested in ActiveStorage's test suite requires third-party -applications, `FFmpeg` for video and `muPDF` for PDFs, and on macOS also -`XQuartz` and `Poppler`.. Without these applications installed, ActiveStorage -tests will raise errors. +applications, FFmpeg for video and muPDF for PDFs, and on macOS also XQuartz +and Poppler. Without these applications installed, ActiveStorage tests will +raise errors. On macOS you can run: |