Skip to content

Commit

Permalink
typo in update the response section (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes authored Oct 24, 2023
1 parent f509668 commit a086566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5174,7 +5174,7 @@ To <dfn>update the response</dfn> given |session|, |command| and |command parame

1. Let |credentials| be |command parameters|["<code>credentials</code>"].

1. Assert: |credentials|{"<code>type</code>"] is "<code>password</code>".
1. Assert: |credentials|["<code>type</code>"] is "<code>password</code>".

1. Set |response|'s authentication credentials <!--TODO: link--> to
(|credentials|["<code>username</code>"], |credentials|["<code>password</code>"])
Expand Down

0 comments on commit a086566

Please sign in to comment.