Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k-msalehi authored and ifox committed Mar 30, 2024
1 parent 9478f50 commit 8611299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ return new class extends Migration
```

This file will create the minimum required tables and columns that Twill uses to provide the CMS functionality. Later in
the guide we may add some more fields to the database, but will will do that in a new migration.
the guide we may add some more fields to the database, but we will do that in a new migration.

Once you are more experienced with Twill, you may want to add fields at this moment, before you run the migrate command.
That way, you do not have to immediately add a new migration file.
Expand Down

0 comments on commit 8611299

Please sign in to comment.