Skip to content

Commit 56a633e

Browse files
authored
Docs: Fix grammar typo in CLI Reference docs (supabase#41948)
1 parent 031f0ae commit 56a633e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/spec/cli_v1_commands.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ commands:
16401640
16411641
Creates a new migration file locally.
16421642
1643-
A `supabase/migrations` directory will be created if it does not already exists in your current `workdir`. All schema migration files must be created in this directory following the pattern `<timestamp>_<name>.sql`.
1643+
A `supabase/migrations` directory will be created if it does not already exist in your current `workdir`. All schema migration files must be created in this directory following the pattern `<timestamp>_<name>.sql`.
16441644
16451645
Outputs from other commands like `db diff` may be piped to `migration new <name>` via stdin.
16461646
examples:

0 commit comments

Comments
 (0)