DEV: Fix random typos (#19973)

This commit is contained in:
Jarek Radosz
2023-01-24 15:41:01 +01:00
committed by GitHub
parent 1bc39c1a4f
commit 17deb79fcb
5 changed files with 11 additions and 11 deletions

View File

@ -306,7 +306,7 @@ class UploadsController < ApplicationController
private
# We can pre-emptively check size for attachments, but not for images
# We can preemptively check size for attachments, but not for images
# as they may be further reduced in size by UploadCreator (at this point
# they may have already been reduced in size by preprocessors)
def file_size_too_big?(file_name, file_size)