Skip to content

Commit f0adde9

Browse files
committed
Fix configuration order
1 parent fdc5ec2 commit f0adde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Below are the default values associated with each target version. In cases of co
6060

6161
#### Default Values for Target Version 7.2
6262

63-
- [`config.active_storage.web_image_content_types`](#config-active-storage-web-image-content-types): `%w[image/png image/jpeg image/gif image/webp]`
6463
- [`config.active_record.validate_migration_timestamps`](#config-active-record-validate-migration-timestamps): `true`
64+
- [`config.active_storage.web_image_content_types`](#config-active-storage-web-image-content-types): `%w[image/png image/jpeg image/gif image/webp]`
6565

6666
#### Default Values for Target Version 7.1
6767

0 commit comments

Comments
 (0)