Skip to content

Commit

Permalink
Merge pull request #9 from JoshuaKGoldberg/patch-1
Browse files Browse the repository at this point in the history
Fix Background typos in README.md
  • Loading branch information
dsebastian authored Sep 23, 2020
2 parents 3adae80 + 1a5064a commit 8612358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Test your WebSocket endpoints using [Cypress](https://docs.cypress.io/).

## Background

Cypress comes out of the box with a great set of tools, that allow both UI and API integration tests to be written. Unfortunatelly the cy.request() command is limited to REST endpoints only, so this library is here to help with those cases when WebSockets need to be called/tested as part of more complex integration/E2E tests.
Cypress comes out of the box with a great set of tools that allow both UI and API integration tests to be written. Unfortunately the `cy.request()` command is limited to REST endpoints only, so this library is here to help with those cases when WebSockets need to be called/tested as part of more complex integration/E2E tests.

## Installation

Expand Down Expand Up @@ -172,4 +172,4 @@ When committing, remember to use `npm run commit`, in order to start commitizen.

## LICENSE

[Apache 2.0](LICENSE)
[Apache 2.0](LICENSE)

0 comments on commit 8612358

Please sign in to comment.