From 328742ae5c6d596c5cdd3500a854daf476062712 Mon Sep 17 00:00:00 2001 From: yasuaki640 Date: Wed, 30 Apr 2025 22:13:20 +0900 Subject: [PATCH] fix typo --- the-components/key-jwk-and-key-set-jwkset/key-set-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.