mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 05:56:07 +00:00
Fix grammar
This commit is contained in:
parent
6f0e731303
commit
eed0169437
@ -426,7 +426,7 @@ pub fn jetzigInit(b: *std.Build, exe: *std.Build.Step.Compile, options: JetzigIn
|
||||
fn registerDatabaseSteps(b: *std.Build, exe_database: *std.Build.Step.Compile) void {
|
||||
const commands = .{
|
||||
.{ "migrate", "Migrate your Jetzig app's database." },
|
||||
.{ "seed", "Run seeds and setup initial data." },
|
||||
.{ "seed", "Run seeds and set up initial data." },
|
||||
.{ "rollback", "Roll back a migration in your Jetzig app's database." },
|
||||
.{ "create", "Create a database for your Jetzig app." },
|
||||
.{ "drop", "Drop your Jetzig app's database." },
|
||||
|
Loading…
x
Reference in New Issue
Block a user