Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
URL begins with a hard u, pronounced "you" and so should be preceded by "a", not "an"
  • Loading branch information
Thebigbignooby committed Jan 9, 2017
1 parent 9ee2984 commit 263331d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -132,7 +132,7 @@ Then the test can call the module, and the module will do the HTTP requests.

## READ THIS! - About interceptors

When you setup an interceptor for an URL and that interceptor is used, it is removed from the interceptor list.
When you setup an interceptor for a URL and that interceptor is used, it is removed from the interceptor list.
This means that you can intercept 2 or more calls to the same URL and return different things on each of them.
It also means that you must setup one interceptor for each request you are going to have, otherwise nock will throw an error because that URL was not present in the interceptor list.

Expand Down

0 comments on commit 263331d

Please sign in to comment.