From db6884a772740900a9e67e59abe77b6a260c72c3 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Tue, 24 Sep 2019 08:42:54 +0900 Subject: [PATCH] Fix typo /a HTTP/an HTTP/ [ci skip] Follow up #37281. --- activestorage/app/models/active_storage/blob.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activestorage/app/models/active_storage/blob.rb b/activestorage/app/models/active_storage/blob.rb index 4a484fb10c..dc53ac5852 100644 --- a/activestorage/app/models/active_storage/blob.rb +++ b/activestorage/app/models/active_storage/blob.rb @@ -220,7 +220,7 @@ class ActiveStorage::Blob < ActiveRecord::Base end # Deletes the file on the service and then destroys the blob record. This is the recommended way to dispose of unwanted - # blobs. Note, though, that deleting the file off the service will initiate a HTTP connection to the service, which may + # blobs. Note, though, that deleting the file off the service will initiate an HTTP connection to the service, which may # be slow or prevented, so you should not use this method inside a transaction or in callbacks. Use #purge_later instead. def purge destroy