Skip to content

Commit

Permalink
typo in update the response section (#581)
Browse files Browse the repository at this point in the history
SHA: a086566
Reason: push, by thiagowfx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
juliandescottes and github-actions[bot] committed Oct 24, 2023
1 parent 3727aef commit 56daef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://w3c.github.io/webdriver-bidi/" rel="canonical">
<meta content="f5096687392ab94b29d911e6a5653ecffc91ebbb" name="document-revision">
<meta content="a086566a9e9402ba88fd624120ca3fc6c564bcac" name="document-revision">
<style>
var {
color: #cd5c5c
Expand Down Expand Up @@ -5172,7 +5172,7 @@ <h5 class="heading settled" data-level="6.4.4.3" id="command-network-continueRes
<li data-md>
<p>Let <var>credentials</var> be <var>command parameters</var>["<code>credentials</code>"].</p>
<li data-md>
<p class="assertion">Assert: <var>credentials</var>{"<code>type</code>"] is "<code>password</code>".</p>
<p class="assertion">Assert: <var>credentials</var>["<code>type</code>"] is "<code>password</code>".</p>
<li data-md>
<p>Set <var>response</var>’s authentication credentials to
(<var>credentials</var>["<code>username</code>"], <var>credentials</var>["<code>password</code>"])</p>
Expand Down

0 comments on commit 56daef9

Please sign in to comment.