docs: range boundary for [200..299] (#11232)

This commit is contained in:
Yury Semikhatsky 2022-01-06 15:46:08 -08:00 committed by GitHub
parent 19460d50e4
commit 670d6c3e27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();