Skip to content

Commit f005226

Browse files
author
Robin Devitt
authored
Fix grammar issue
Merge pull request #207 from humanmade/grammar-issue-fix-203
2 parents 7a59178 + b922648 commit f005226

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 below, manual setup example 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)