aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2018-11-27 19:09:55 -0500
committerGitHub <noreply@github.com>2018-11-27 19:09:55 -0500
commit129788d6ec68e9e0c14e4048a63688a91b0ee45d (patch)
treedc6a084b672eb8ed0f74ae30290cda9c482cdf74 /activestorage
parent06ab7b27ea1c1ab357085439abacdb464f6742bf (diff)
parent2c279aa9802a69ba02d93a2785eab781d2e48807 (diff)
downloadrails-129788d6ec68e9e0c14e4048a63688a91b0ee45d.tar.gz
rails-129788d6ec68e9e0c14e4048a63688a91b0ee45d.tar.bz2
rails-129788d6ec68e9e0c14e4048a63688a91b0ee45d.zip
Merge pull request #34544 from ahawrylak/fix-active-storage-docs-typo
Fix minor Active Storage docs typo [ci skip]
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/app/models/active_storage/blob.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/app/models/active_storage/blob.rb b/activestorage/app/models/active_storage/blob.rb
index d9bdb27b38..04f9dbff9f 100644
--- a/activestorage/app/models/active_storage/blob.rb
+++ b/activestorage/app/models/active_storage/blob.rb
@@ -40,7 +40,7 @@ class ActiveStorage::Blob < ActiveRecord::Base
end
class << self
- # You can used the signed ID of a blob to refer to it on the client side without fear of tampering.
+ # You can use the signed ID of a blob to refer to it on the client side without fear of tampering.
# This is particularly helpful for direct uploads where the client-side needs to refer to the blob
# that was created ahead of the upload itself on form submission.
#