diff --git a/files/en-us/web/api/publickeycredential/parsecreationoptionsfromjson_static/index.md b/files/en-us/web/api/publickeycredential/parsecreationoptionsfromjson_static/index.md index 334c221c4b84f90..95333e96bbd9fff 100644 --- a/files/en-us/web/api/publickeycredential/parsecreationoptionsfromjson_static/index.md +++ b/files/en-us/web/api/publickeycredential/parsecreationoptionsfromjson_static/index.md @@ -79,7 +79,7 @@ We use `parseCreationOptionsFromJSON()` to convert this to the correct form to u ```js const publicKey = PublicKeyCredential.parseCreationOptionsFromJSON( - receivedPublicKeyJSON, + receivedCreateCredentialOptions, ); navigator.credentials