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",