1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2020-01-16 17:15:47 -03:00
parent ed81601723
commit 776d4bd633

View file

@ -12,7 +12,7 @@ module ActiveStorage
false
end
# Implement this method in concrete subclasses. It will determine if blob anlysis
# Implement this method in concrete subclasses. It will determine if blob analysis
# should be done in a job or performed inine. By default, analysis is enqueued in a job.
def self.analyze_later?
true