aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app/models/active_storage/preview.rb
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-05-28 14:23:00 +0200
committerutilum <oz@utilum.com>2018-06-08 11:28:11 +0200
commitd70bd73f05aa0c1f40c85548607c13e7322d8718 (patch)
treed7f77a62b76f297522814dccd9b0a24943f4c0ee /activestorage/app/models/active_storage/preview.rb
parent0af43ac7f6583afd3400c176fde88b96af58dc77 (diff)
downloadrails-d70bd73f05aa0c1f40c85548607c13e7322d8718.tar.gz
rails-d70bd73f05aa0c1f40c85548607c13e7322d8718.tar.bz2
rails-d70bd73f05aa0c1f40c85548607c13e7322d8718.zip
Update ffmpeg -> FFmpeg, mutools|mupdf -> muPDF
[ci skip]
Diffstat (limited to 'activestorage/app/models/active_storage/preview.rb')
-rw-r--r--activestorage/app/models/active_storage/preview.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activestorage/app/models/active_storage/preview.rb b/activestorage/app/models/active_storage/preview.rb
index de58763399..dd50494799 100644
--- a/activestorage/app/models/active_storage/preview.rb
+++ b/activestorage/app/models/active_storage/preview.rb
@@ -22,8 +22,8 @@
# Outside of a Rails application, modify +ActiveStorage.previewers+ instead.
#
# The built-in previewers rely on third-party system libraries. Specifically, the built-in video previewer requires
-# {ffmpeg}[https://www.ffmpeg.org]. Two PDF previewers are provided: one requires {Poppler}[https://poppler.freedesktop.org],
-# and the other requires {mupdf}[https://mupdf.com] (version 1.8 or newer). To preview PDFs, install either Poppler or mupdf.
+# {FFmpeg}[https://www.ffmpeg.org]. Two PDF previewers are provided: one requires {Poppler}[https://poppler.freedesktop.org],
+# and the other requires {muPDF}[https://mupdf.com] (version 1.8 or newer). To preview PDFs, install either Poppler or muPDF.
#
# These libraries are not provided by Rails. You must install them yourself to use the built-in previewers. Before you
# install and use third-party software, make sure you understand the licensing implications of doing so.