Skip to content

Commit 1be868c

Browse files
committed
Fix documentation typo
1 parent 4dda8d7 commit 1be868c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRDB/Migration/DatabaseMigrator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public struct DatabaseMigrator {
183183
/// Registers a migration.
184184
///
185185
/// The registered migration is appended to the list of migrations to run:
186-
/// it will execute after previously registered migrations, after before
186+
/// it will execute after previously registered migrations, and before
187187
/// migrations that are registered later.
188188
///
189189
/// For example:

0 commit comments

Comments
 (0)