Skip to content

Commit

Permalink
Fix typo /a HTTP/an HTTP/ [ci skip]
Browse files Browse the repository at this point in the history
Follow up #37281.
  • Loading branch information
kamipo committed Sep 23, 2019
1 parent c342296 commit db6884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activestorage/app/models/active_storage/blob.rb
Expand Up @@ -220,7 +220,7 @@ def delete
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
Expand Down

0 comments on commit db6884a

Please sign in to comment.