diff --git a/index.bs b/index.bs
index 9fec5250c..b48165267 100644
--- a/index.bs
+++ b/index.bs
@@ -3513,6 +3513,7 @@ optionally evidence of [=user consent=] to a specific transaction.
: pubKeyCredParams
:: This member lists the key types and signature algorithms the [=[RP]=] supports,
ordered from most preferred to least preferred.
+ Duplicates are allowed but effectively ignored.
The [=client=] and [=authenticator=] make a best-effort to create a credential of the most preferred type possible.
If none of the listed types can be created, the {{CredentialsContainer/create()}} operation fails.
@@ -3554,7 +3555,8 @@ optionally evidence of [=user consent=] to a specific transaction.
: attestationFormats
:: The [=[RP]=] MAY use this OPTIONAL member to specify a preference regarding the [=attestation=] statement format used by the [=authenticator=].
Values SHOULD be taken from the IANA "WebAuthn Attestation Statement Format Identifiers" registry [[!IANA-WebAuthn-Registries]] established by [[!RFC8809]].
- Values are ordered from most preferable to least preferable.
+ Values are ordered from most preferred to least preferred.
+ Duplicates are allowed but effectively ignored.
This parameter is advisory and the [=authenticator=] MAY use an attestation statement not enumerated in this parameter.
The default value is the empty list, which indicates no preference.