Skip to content

Commit 81ad035

Browse files
authored
Merge pull request rails#52933 from johnnynia/add_missing_period_in_active_storage_guide
[ci-skip][docs] Add missing period in Active Storage guide.
2 parents 35b2962 + 75c5a91 commit 81ad035

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
@@ -1578,7 +1578,7 @@ end
15781578
15791579
### Configuring services
15801580
1581-
You can add `config/storage/test.yml` to configure services to be used in test environment
1581+
You can add `config/storage/test.yml` to configure services to be used in test environment.
15821582
This is useful when the `service` option is used.
15831583
15841584
```ruby

0 commit comments

Comments
 (0)