From 263331d7852c9c4c86cd106eeef3f3b71a7e5b52 Mon Sep 17 00:00:00 2001 From: Rory Dent Date: Mon, 9 Jan 2017 16:30:27 +0100 Subject: [PATCH] fix typo URL begins with a hard u, pronounced "you" and so should be preceded by "a", not "an" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1efba333a..ab2323a50 100644 --- a/README.md +++ b/README.md @@ -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.