From 059f3c4299f6a39cf000760da7d1d245ff18e260 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:05:02 +0900 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b39a92f0f..db446ed78 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ podman exec -it akkoma-web \ --migrations-path priv/repo/optional_migrations/pgroonga ``` -You can revert the applied changes anytime by replacing `migrate` with `rollback`. +You can revert the applied changes at any time by replacing `migrate` with `rollback`. ### 5. Test your setup