From e88db6379417c103ae1a2514157af64c11ca008b Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 10 Oct 2023 12:56:42 +1100 Subject: [PATCH] Apply suggestions from code review --- .../parsecreationoptionsfromjson_static/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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