Skip to content

Commit 44ce263

Browse files
committed
Lint docs
1 parent 78b149e commit 44ce263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/3-federation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ try {
290290

291291
You can use an Entity Statement Factory to quickly create Entity Statements.
292292
Since Entity Statements are signed JWTs (JWS), you have to have your private
293-
key prepared which will be used to sign them.
293+
key prepared which will be used to sign them.
294294

295295
```php
296296

@@ -341,4 +341,4 @@ $entityStatement = $federationTools->entityStatementFactory()->fromData(
341341
// JwsSerializerEnum::Compact.
342342
$entityStatementToken = $entityStatement->getToken();
343343

344-
```
344+
```

0 commit comments

Comments
 (0)