From 4e68525e338685c1c77b76a488eb06af021f0e05 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Wed, 20 Sep 2017 15:35:01 -0400 Subject: Add missing word [ci skip] --- activestorage/app/models/active_storage/filename.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activestorage/app') diff --git a/activestorage/app/models/active_storage/filename.rb b/activestorage/app/models/active_storage/filename.rb index 8e3cd488a4..79d55dc889 100644 --- a/activestorage/app/models/active_storage/filename.rb +++ b/activestorage/app/models/active_storage/filename.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Encapsulates a string representing a filename to provide convenient access to parts of it sanitization. +# Encapsulates a string representing a filename to provide convenient access to parts of it and sanitization. # A Filename instance is returned by ActiveStorage::Blob#filename, and is comparable so it can be used for sorting. class ActiveStorage::Filename include Comparable -- cgit v1.2.3