diff --git a/the-components/key-jwk-and-key-set-jwkset/key-set-management.md b/the-components/key-jwk-and-key-set-jwkset/key-set-management.md index c38b83a..78f4f3d 100644 --- a/the-components/key-jwk-and-key-set-jwkset/key-set-management.md +++ b/the-components/key-jwk-and-key-set-jwkset/key-set-management.md @@ -20,7 +20,7 @@ $jwkset->all(); // Check if the key set has the key with the key ID 'KEY ID'. $jwkset->has('KEY ID'); -// Retreive the key with the key ID 'KEY ID'. +// Retrieve the key with the key ID 'KEY ID'. $jwkset->get('KEY ID'); // Counts the keys in the key set.