Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading