We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec8c3e commit 27430e8Copy full SHA for 27430e8
lib/mix/tasks/ash_sqlite.migrate.ex
@@ -4,7 +4,7 @@ defmodule Mix.Tasks.AshSqlite.Migrate do
4
import AshSqlite.Mix.Helpers,
5
only: [migrations_path: 2]
6
7
- @shortdoc "Runs the repository migrations for all repositories in the provided (or congigured) domains"
+ @shortdoc "Runs the repository migrations for all repositories in the provided (or configured) domains"
8
9
@aliases [
10
n: :step
0 commit comments