File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ component extends="coldbox-cli.models.BaseCommand" {
7070 * @specsDirectory Your specs directory. Only used if tests is true
7171 * @api If true, this will generate api resources, else normal html resources
7272 * @force Force the generation of the resource, even if it exists
73- * @migration Generate the cfmigrations for the entities
74- * @see der Generate a mock data seeder for the entitites
75- * @open Open the resources once created
73+ * @migration Generate the cfmigrations for the entities
74+ * @see der Generate a mock data seeder for the entitites
75+ * @open Open the resources once created
7676 */
7777 function run (
7878 required resource ,
@@ -99,7 +99,7 @@ component extends="coldbox-cli.models.BaseCommand" {
9999 boolean force = false ,
100100 boolean migration = false ,
101101 boolean seeder = false ,
102- boolean open = false
102+ boolean open = false
103103 ){
104104 // Normalize paths
105105 arguments .specsDirectory = resolvePath ( arguments .specsDirectory );
You can’t perform that action at this time.
0 commit comments