[webauthn] #createCredential step 12 incorrectly refers to a timer

equalsJeffH has just created a new issue for https://github.com/w3c/webauthn:

== #createCredential step 12 incorrectly refers to a timer ==
> 12. If |credTypesAndPubKeyAlgs| is empty and |options.pubKeyCredParams| is not empty, cancel the timer started in step 2, return a `DOMException`...

should, i think, be: 
> 12. If |credTypesAndPubKeyAlgs| is empty and |options.pubKeyCredParams| is not empty, return a `DOMException`...

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/535 using your GitHub account

Received on Thursday, 17 August 2017 23:00:15 UTC