Skip to content

Commit 048d2c7

Browse files
committed
Fix a typo
1 parent 563e9dc commit 048d2c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ When `MigratedSchemaVersion: '20241225000000'` is set, migration files lower tha
9090
For example, to ignore db/migrate/20241225000000_create_articles.rb and earlier migrations you would configure it the following way:
9191
9292
```yaml
93-
AllCops
93+
AllCops:
9494
MigratedSchemaVersion: '20241225000000'
9595
```
9696

docs/modules/ROOT/pages/usage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For example, to ignore db/migrate/20241225000000_create_articles.rb and earlier
6060

6161
[source,yaml]
6262
----
63-
AllCops
63+
AllCops:
6464
MigratedSchemaVersion: '20241225000000'
6565
----
6666

0 commit comments

Comments
 (0)