We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b149e commit 44ce263Copy full SHA for 44ce263
docs/3-federation.md
@@ -290,7 +290,7 @@ try {
290
291
You can use an Entity Statement Factory to quickly create Entity Statements.
292
Since Entity Statements are signed JWTs (JWS), you have to have your private
293
-key prepared which will be used to sign them.
+key prepared which will be used to sign them.
294
295
```php
296
@@ -341,4 +341,4 @@ $entityStatement = $federationTools->entityStatementFactory()->fromData(
341
// JwsSerializerEnum::Compact.
342
$entityStatementToken = $entityStatement->getToken();
343
344
-```
+```
0 commit comments