From a086566a9e9402ba88fd624120ca3fc6c564bcac Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Tue, 24 Oct 2023 23:45:05 +0200 Subject: [PATCH] typo in update the response section (#581) --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 65e18452..e7b899e2 100644 --- a/index.bs +++ b/index.bs @@ -5174,7 +5174,7 @@ To update the response given |session|, |command| and |command parame 1. Let |credentials| be |command parameters|["credentials"]. - 1. Assert: |credentials|{"type"] is "password". + 1. Assert: |credentials|["type"] is "password". 1. Set |response|'s authentication credentials to (|credentials|["username"], |credentials|["password"])