Skip to content

Commit d89fc12

Browse files
Tweak wording to be less imperative [ci-skip]
1 parent 842200c commit d89fc12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/active_storage_overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ development environment, you would add the following to
103103
config.active_storage.service = :local
104104
```
105105

106-
To use the S3 service in production, you add the following to
106+
To use the S3 service in production, you would add the following to
107107
`config/environments/production.rb`:
108108

109109
```ruby
110110
# Store files on Amazon S3.
111111
config.active_storage.service = :amazon
112112
```
113113

114-
To use the test service when testing, you add the following to
114+
To use the test service when testing, you would add the following to
115115
`config/environments/test.rb`:
116116

117117
```ruby

0 commit comments

Comments
 (0)