Skip to content

Commit

Permalink
chore: Tidy up wording and capitalization of installation messages (#414
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sevenseacat authored Oct 29, 2024
1 parent 0e336d5 commit 59fc4c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/igniter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ defmodule AshPostgres.Igniter do
lead_in = """
Generating #{inspect(name)}
What is the minimum postgres version you will be using?
What is the minimum PostgreSQL version you will be using?
AshPostgres uses this information when generating queries and migrations
to choose the best available features for your version of postgres.
AshPostgres uses this information when generating queries and migrations,
to choose the best available features for your version of PostgreSQL.
"""

format_request =
Expand Down
2 changes: 1 addition & 1 deletion lib/mix/tasks/ash_postgres.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ defmodule Mix.Tasks.AshPostgres.Install do
"""
Repo module #{inspect(repo)} existed, but was not an `Ecto.Repo` or an `AshPostgres.Repo`.
Please rerun the ash_postgresql installer with the `--repo` option to specify a repo.
Please re-run the AshPostgres installer with the `--repo` option to specify a repo.
"""}
end
end
Expand Down

0 comments on commit 59fc4c4

Please sign in to comment.