Skip to content

Commit 2c279aa

Browse files
committed
Fix minor Active Storage docs typo [ci skip]
1 parent 06ab7b2 commit 2c279aa

File tree

1 file changed

+1
-1
lines changed
  • activestorage/app/models/active_storage

1 file changed

+1
-1
lines changed

activestorage/app/models/active_storage/blob.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ActiveStorage::Blob < ActiveRecord::Base
4040
end
4141

4242
class << self
43-
# You can used the signed ID of a blob to refer to it on the client side without fear of tampering.
43+
# You can use the signed ID of a blob to refer to it on the client side without fear of tampering.
4444
# This is particularly helpful for direct uploads where the client-side needs to refer to the blob
4545
# that was created ahead of the upload itself on form submission.
4646
#

0 commit comments

Comments
 (0)