From 670d6c3e273d8a8b535739b6ce6cd0b6ac4f6c67 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 6 Jan 2022 15:46:08 -0800 Subject: [PATCH] docs: range boundary for [200..299] (#11232) --- docs/src/api/class-apiresponseassertions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-apiresponseassertions.md b/docs/src/api/class-apiresponseassertions.md index 57a21aa97d..de9c1a39ee 100644 --- a/docs/src/api/class-apiresponseassertions.md +++ b/docs/src/api/class-apiresponseassertions.md @@ -67,7 +67,7 @@ assertThat(response).not().isOK(); * langs: - alias-java: isOK -Ensures the response status code is within [200..299) range. +Ensures the response status code is within [200..299] range. ```js await expect(response).toBeOK();