diff --git a/docs/database/getting-started.mdx b/docs/database/getting-started.mdx index c47a5cf69..77537d4ae 100644 --- a/docs/database/getting-started.mdx +++ b/docs/database/getting-started.mdx @@ -41,7 +41,7 @@ TinyORM's code is ready and designed to simply add support for the SQL Server. ### Configuration -You can create and configure new database connection by `create` method provided by `DB` facade: +You can create and configure a new database connection using the `create` method provided by the `DB` facade: #include