Skip to content

Commit

Permalink
Fix a typo (#525)
Browse files Browse the repository at this point in the history
SHA: 018d3e8
Reason: push, by samuelgoto

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
cbiesinger and github-actions[bot] committed Nov 30, 2023
1 parent e163d79 commit ed1ffe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://fedidcg.github.io/FedCM/" rel="canonical">
<meta content="d39f070a64c75ac469c1f18b5682dc1f03d23249" name="document-revision">
<meta content="018d3e87c2db0f553f20bf0b13433e8fbed7cb28" name="document-revision">
<style>
dl.domintro dt {
font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace;
Expand Down Expand Up @@ -908,7 +908,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">Federated Credential Management API</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-11-29">29 November 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-11-30">30 November 2023</time></p>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -3083,7 +3083,7 @@ <h3 class="heading settled" data-level="5.7" id="webdriver-getdialogtype"><span
<p>If no FedCM dialog is currently open, return a <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error" id="ref-for-dfn-error①⓪">WebDriver error</a> with <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-error-code" id="ref-for-dfn-error-code①⓪">error code</a> <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-no-such-alert" id="ref-for-dfn-no-such-alert⑤">no such alert</a>.</p>
<li data-md>
<p>Let <var>type</var> be a string that is "<code>AutoReauthn</code>" if the user is being <a data-link-type="dfn" href="#auto-reauthenticated" id="ref-for-auto-reauthenticated">auto-reauthenticated</a>,
or "<code>AccountChooser</code>" is the dialog is an account chooser, or "<code>ConfirmIdpLogin</code>" if the
or "<code>AccountChooser</code>" if the dialog is an account chooser, or "<code>ConfirmIdpLogin</code>" if the
dialog is a <a data-link-type="dfn" href="#confirm-idp-login-dialog" id="ref-for-confirm-idp-login-dialog②">confirm IDP login dialog</a>.</p>
<li data-md>
<p>Return <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-success" id="ref-for-dfn-success⑤">success</a> with data <var>type</var>.</p>
Expand Down

0 comments on commit ed1ffe3

Please sign in to comment.