Skip to content

Commit 27430e8

Browse files
authored
chore: Fix typo in mix task short doc (#87)
1 parent cec8c3e commit 27430e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/tasks/ash_sqlite.migrate.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Mix.Tasks.AshSqlite.Migrate do
44
import AshSqlite.Mix.Helpers,
55
only: [migrations_path: 2]
66

7-
@shortdoc "Runs the repository migrations for all repositories in the provided (or congigured) domains"
7+
@shortdoc "Runs the repository migrations for all repositories in the provided (or configured) domains"
88

99
@aliases [
1010
n: :step

0 commit comments

Comments
 (0)