From 59fc4c4cfb11922fec4760395d0dfd99313d4f5d Mon Sep 17 00:00:00 2001 From: Rebecca Le <543859+sevenseacat@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:43:47 +0800 Subject: [PATCH] chore: Tidy up wording and capitalization of installation messages (#414) --- lib/igniter.ex | 6 +++--- lib/mix/tasks/ash_postgres.install.ex | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/igniter.ex b/lib/igniter.ex index e7f782ad..e4ddd6fb 100644 --- a/lib/igniter.ex +++ b/lib/igniter.ex @@ -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 = diff --git a/lib/mix/tasks/ash_postgres.install.ex b/lib/mix/tasks/ash_postgres.install.ex index 12c79266..51af5713 100644 --- a/lib/mix/tasks/ash_postgres.install.ex +++ b/lib/mix/tasks/ash_postgres.install.ex @@ -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