From a0e79bf446ace8cbb0cee804a6e224ab9dd96241 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 30 May 2022 22:38:36 -0400 Subject: [PATCH] spelling: microsoft Signed-off-by: Josh Soref --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 57ff443a..be6a018c 100644 --- a/composer.json +++ b/composer.json @@ -176,7 +176,7 @@ "test:db:mysql": "Runs database test suites on a MySQL database", "test:db:maria": "Runs database test suites on a MariaDB database", "test:db:postgres": "Runs database test suites on a PostgreSQL database", - "test:db:ms": "Runs database test suites on a Miscrosoft SQL Server database", + "test:db:ms": "Runs database test suites on a Microsoft SQL Server database", "test:api": "Runs API test suites", "test:api:ci": "Runs API test suites, and generates code coverage reports", "infect:ci": "Checks unit and db tests quality applying mutation testing with existing reports and logs",