doc: fix typo in migration plan (#3539)

Fix typo in docs: databaes into database
This commit is contained in:
Giacomo Marinangeli
2023-05-15 16:28:59 +02:00
committed by GitHub
parent 36553bbd8a
commit 4231c8a98f

View File

@@ -25,7 +25,7 @@ See this change in [PR #3](https://github.com/rotemtam/ent-versioned-migrations-
In this section, we will demonstrate how to use the Atlas CLI to automatically plan
schema migrations for us. In the past, users had to create a custom Go program to
do this (as described [here](07-programmatically.mdx)). With recent versions of Atlas,
this is no longer necessary: Atlas can natively load the desired databaes schema from an Ent schema.
this is no longer necessary: Atlas can natively load the desired database schema from an Ent schema.
<InstallationInstructions />