Skip to content

Commit

Permalink
[Backport v12-branch] Fix unneeded comma
Browse files Browse the repository at this point in the history
Merge pull request #211 from humanmade/backport-210-to-v12-branch
  • Loading branch information
Robin Devitt authored Aug 8, 2022
2 parents 508f00e + 3a2ceac commit 0e4d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 0e4d926

Please sign in to comment.