Skip to content

Commit 3a2ceac

Browse files
authored
Fix uneeded comma
1 parent 508f00e commit 3a2ceac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Altis provides support for Basic Authentication access control, which uses [stan
1313

1414
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.
1515

16-
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:
16+
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:
1717

1818
```json
1919
{

0 commit comments

Comments
 (0)