docs: Fix minor typo

GITHUB_PR_NUMBER: 9049
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/9049

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6160
Co-authored-by: Matt Dailis <1189602+mattdailis@users.noreply.github.com>
GitOrigin-RevId: fd2ec7ca7b59d2c8964d372e4a61695aac5a4455
This commit is contained in:
hasura-bot 2022-10-02 16:18:22 +05:30
parent b03ed983f1
commit 4d462b7bbc

View File

@ -221,7 +221,7 @@ using this tool.
Hasura CLI contains a tool called `squash` in order to merge multiple migrations into one. This is useful in order to
improve maintainability of your migrations files and to ensure you can go back to a particular version easily. It's most
useful when you care working on a feature and there have been multiple changes made to the database schemas during
useful when you are working on a feature and there have been multiple changes made to the database schemas during
development leading to multiple Migration files created. With `squash` you can merge these into one directory in order
to merge the feature into your main branch with one clean and easily understandable Migration.