diff --git a/config/features.rb b/config/features.rb index d1011504..f28eb097 100644 --- a/config/features.rb +++ b/config/features.rb @@ -10,5 +10,5 @@ # Flipflop.default_pdf_viewer? returning `true` means we use PDF.js and `false` means we use IIIF Print. feature :default_pdf_viewer, default: true, - description: "Choose PDF.js or Universal Viewer to render PDFs. UV uses IIIF Print and requires PDF spltting with OCR. Switching from PDF.js to the UV may require re-ingesting of the PDF." + description: "Choose PDF.js or Universal Viewer to render PDFs. UV uses IIIF Print and requires PDF splitting with OCR. Switching from PDF.js to the UV may require re-ingesting of the PDF." end