Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Tidy up wording and capitalization of installation messages #414

Merged
merged 1 commit into from
Oct 29, 2024
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