Fix grammar

This commit is contained in:
TheJltres 2025-05-02 22:33:41 +02:00
parent 6f0e731303
commit eed0169437
No known key found for this signature in database
GPG Key ID: FCF8AD4041800364

View File

@ -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 { fn registerDatabaseSteps(b: *std.Build, exe_database: *std.Build.Step.Compile) void {
const commands = .{ const commands = .{
.{ "migrate", "Migrate your Jetzig app's database." }, .{ "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." }, .{ "rollback", "Roll back a migration in your Jetzig app's database." },
.{ "create", "Create a database for your Jetzig app." }, .{ "create", "Create a database for your Jetzig app." },
.{ "drop", "Drop your Jetzig app's database." }, .{ "drop", "Drop your Jetzig app's database." },