Skip to content

Commit ae5df8b

Browse files
authored
Merge pull request rails#37341 from abhaynikam/remove-duplicate-word-in-active-storage-guide
Removed repeated word 'done' from Active Storage guide [ci skip]
2 parents d204e17 + 40e12c2 commit ae5df8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_storage_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Call `images.attached?` to determine whether a particular message has any images
338338
@message.images.attached?
339339
```
340340

341-
Overriding the default service is done done the same way as `has_one_attached`, by using the `service` option:
341+
Overriding the default service is done the same way as `has_one_attached`, by using the `service` option:
342342

343343
```ruby
344344
class Message < ApplicationRecord

0 commit comments

Comments
 (0)