We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a988ee2 commit 361d1e4Copy full SHA for 361d1e4
symfony-bundle/key-and-key-set-management/key-management-jwk.md
@@ -23,7 +23,7 @@ The key will be available as a container service with the ID `jose.key.key_name`
23
24
As any other configuration values, you can use environment variables.
25
26
-### From A JWK From A Shared Secret
+### From A Shared Secret
27
28
> This feature was introduced in version 1.1.
29
@@ -42,7 +42,7 @@ jose:
42
43
### From A JWK Object
44
45
-This method will directly get a JWK object.
+This method will directly load a JWK object.
46
47
```yaml
48
jose:
0 commit comments