Skip to content

Commit 2dee8aa

Browse files
authored
Merge pull request #195 from Nazar1ky/patch-1
Fix typo
2 parents 4da4ad1 + 805adf5 commit 2dee8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe("Mockttp", () => {
8181
it("lets you mock without specifying a port, allowing parallel testing", async () => {
8282
await mockServer.forGet("/mocked-endpoint").thenReply(200, "Tip top testing");
8383

84-
// Try mockServer.url or .urlFor(path) to get a the dynamic URL for the server's port
84+
// Try mockServer.url or .urlFor(path) to get the dynamic URL for the server's port
8585
let response = await superagent.get(mockServer.urlFor("/mocked-endpoint"));
8686

8787
expect(response.text).to.equal("Tip top testing");

0 commit comments

Comments
 (0)