Skip to content

Commit

Permalink
editorial: normalize argument exposition across internal methods
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Nov 29, 2017
1 parent 62f79e7 commit e784432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ To support obtaining assertions via {{CredentialsContainer/get()|navigator.crede
see [[dom#abortcontroller-api-integration]] for detailed instructions.


This method accepts three arguments:
This [=internal method=] accepts three arguments:

<dl dfn-type="argument" dfn-for="PublicKeyCredential/[[Create]](origin, options, sameOriginWithAncestors)">

Expand Down Expand Up @@ -972,7 +972,7 @@ for="PublicKeyCredential" method>\[[CollectFromCredentialStore]](origin, options

<div link-for-hint="PublicKeyCredential/[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)">

The <code>{{PublicKeyCredential}}.<dfn for="PublicKeyCredential" method>\[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)</dfn></code> [=internal method=] accepts three arguments:
This [=internal method=] accepts three arguments:

<dl dfn-type="argument" dfn-for="PublicKeyCredential/[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)">

Expand Down Expand Up @@ -1288,7 +1288,7 @@ for Web Authentication's {{PublicKeyCredential}} type, so it always returns an e
Note: This algorithm is synchronous; the {{Promise}} resolution/rejection is handled by
{{CredentialsContainer/store()|navigator.credentials.store()}}.

This method accepts a single argument:
This [=internal method=] accepts two arguments:

<dl dfn-type="argument" dfn-for="PublicKeyCredential/[[Store]](credential, sameOriginWithAncestors)">
: <dfn>credential</dfn>
Expand Down

0 comments on commit e784432

Please sign in to comment.