Skip to content

Commit fdb6635

Browse files
un-versedRomainLanz
authored andcommitted
docs(seeds): rename 'migrations' function docs (#511)
rename 'migrations' with 'seeds' in function docs
1 parent 668e0af commit fdb6635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/Seed.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class SeedDatabase extends Command {
5656
}
5757

5858
/**
59-
* Throws exception when trying to run migrations are
59+
* Throws exception when trying to run seeds are
6060
* executed in production and not using force flag.
6161
*
6262
* @method _validateState
@@ -104,7 +104,7 @@ class SeedDatabase extends Command {
104104

105105
/**
106106
* Method called when command is executed. This method will
107-
* require all files from the migrations directory
107+
* require all files from the seeds directory
108108
* and execute all pending schema files
109109
*
110110
* @method handle

0 commit comments

Comments
 (0)