Skip to content

Commit 7f81cba

Browse files
committed
Fix typo.
1 parent 757c50b commit 7f81cba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PSql.Deploy/en-US/about_PSql_Deploy.help.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ src\ The source directory: a set of migrations and
3838
│ │
3939
│ ├─ TestData\ One seed. The name can vary.
4040
│ │ │
41-
│ │ ├─ _Main.sql Top-level script for the migration. It can
41+
│ │ ├─ _Main.sql Top-level script for the seed. It can
4242
│ │ │ include other files with the :r directive.
4343
│ │ ├─ FileA.sql Example file included by _Main.sql.
4444
│ │ ├─ FileB.sql Example file included by _Main.sql.
4545
│ │ └─ ... More files, subdirectories, etc.
4646
│ │
47-
│ └─ ... More migrations.
47+
│ └─ ... More seeds.
4848
4949
└─ ... PSql.Deploy does not care about other files or
5050
directories present in the source directory.

0 commit comments

Comments
 (0)