From 3a2ceac6ff3b1b68e0c9b4c6fd329e3348667b7b Mon Sep 17 00:00:00 2001 From: Mike Little Date: Mon, 8 Aug 2022 13:58:07 +0000 Subject: [PATCH] Fix uneeded comma --- docs/basic-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic-auth.md b/docs/basic-auth.md index fdd6277..c280a4d 100644 --- a/docs/basic-auth.md +++ b/docs/basic-auth.md @@ -13,7 +13,7 @@ Altis provides support for Basic Authentication access control, which uses [stan By default, Basic authentication is disabled. To enable it, a value must be passed to `security.php-basic-auth`; either `true` or an array that includes a username and password. -The recommended setup is to define everything in your `composer.json` file, including the username and passwords. The same configuration in the manual setup example below, could be handled in the Composer file like this: +The recommended setup is to define everything in your `composer.json` file, including the username and passwords. The same configuration in the manual setup example below could be handled in the Composer file like this: ```json {