Skip to content

Commit 4688dd1

Browse files
authored
docs: fix typo (#689)
you have are using => you are using
1 parent 9ffbda9 commit 4688dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/topics/development/migrations-and-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For more information on generating migrations, run `mix help ash_postgres.genera
2727

2828
> ### all_tenants/0 {: .info}
2929
>
30-
> If you have are using schema-based multitenancy, you will also need to define a `all_tenants/0` function in your repo module. See `AshPostgres.Repo` for more.
30+
> If you are using schema-based multitenancy, you will also need to define a `all_tenants/0` function in your repo module. See `AshPostgres.Repo` for more.
3131
3232
## Running Migrations in Production
3333

0 commit comments

Comments
 (0)