Skip to content

Commit

Permalink
Update files/en-us/web/api/otpcredential/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dipika Bhattacharya <[email protected]>
  • Loading branch information
chrisdavidmills and dipikabh committed Jul 20, 2023
1 parent 7860419 commit 70f748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/otpcredential/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ None.

## Examples

The below code triggers the browser's permission flow when an SMS message arrives. If permission is granted then the promise resolves with an `OTPCredential` object. The contained `code` value is then set as the value of an {{htmlelement("input")}} form element, which is then submitted.
The below code triggers the browser's permission flow when an SMS message arrives. If permission is granted, then the promise resolves with an `OTPCredential` object. The contained `code` value is then set as the value of an {{htmlelement("input")}} form element, which is then submitted.

```js
navigator.credentials
Expand Down

0 comments on commit 70f748e

Please sign in to comment.