Skip to content

Commit c69d54b

Browse files
committed
Updated readme.
1 parent 40a6f2b commit c69d54b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ utils.test.neutral(pm, utils.name(pm, null, i++), function() {
245245
## Data validation functions
246246
Use data validation functions to check data returned by the HTTP response object. Data validation functions are grouped under the `utils.expect` namespace in three categories:
247247

248-
* [**Response validation functions**](#response-validation-functions)
249-
* [**Property validation functions**](#property-validation-functions)
250-
* [**String validation functions**](#string-validation-functions)
248+
* [**Response validation functions**](#response-validation-functions) for checking HTTP response data
249+
* [**Property validation functions**](#property-validation-functions) for checking object properties
250+
* [**String validation functions**](#string-validation-functions) for checking string property values
251251

252252
## Response validation functions
253253
Response validation functions check the type of data returned in HTTP response. They are grouped under the `utils.expect.response` namespace and include:

0 commit comments

Comments
 (0)