Skip to content

Commit 18f5fef

Browse files
authored
Fixed a typo
1 parent c865277 commit 18f5fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/adding-security-marketplaces.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Adding security for a marketplace application
2-
If you offer a marketplace application, you might want that your sellers to be able to retrieve only their own data (orders, products etc.)
2+
If you offer a marketplace application, you might want that your sellers are able to retrieve only their own data (orders, products etc.).
33
Fortunately, Billbee supports such scenarios by using the basic auth standard.
44

55
To integrate this workflow into you application you can create your own `Authenticator` which implements the `AuthenticatorInterface`.
@@ -133,4 +133,4 @@ $response = $handler->handle($request);
133133
$response->send();
134134
```
135135

136-
[Back to index](./index.md)
136+
[Back to index](./index.md)

0 commit comments

Comments
 (0)