From f21e3cb20a28937e4d10143601fc1da5485df8d6 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Mon, 4 Dec 2023 08:27:45 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Correct=20spltting=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit spltting has been corrected to splitting in the feature flipper description for :default_pdf_viewer. --- config/features.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/features.rb b/config/features.rb index f0e03c48..af646930 100644 --- a/config/features.rb +++ b/config/features.rb @@ -19,5 +19,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