From 960cac2e4a96be87cf81a66c706fe01fcb7847d1 Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 1 Feb 2023 10:55:16 +0100 Subject: [PATCH] docs fixtypo --- docs/database/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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