Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 11:58:55 +02:00
parent 363dd0a78a
commit 6e3352e21e
47 changed files with 29 additions and 63 deletions

View File

@@ -4,7 +4,9 @@ ring: trial
quadrant: tools
featured: false
---
[Postman](https://www.getpostman.com/) is an API testing and documentation tool. Requests can be bundled into folders
and easily be configured to be executed against multiple environments. Responses can be evaluated using the "test" feature.
[Postman](https://www.getpostman.com/) is an API testing and documentation tool.
Requests can be bundled into folders and easily be configured to be executed against multiple environments.
Responses can be evaluated using the "test" feature.
Even automated testing is possible using [Newman](https://www.npmjs.com/package/newman) as an addition to Postman.