We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a1b003 + 2a6a18e commit 2d3b47cCopy full SHA for 2d3b47c
src/mockttp.ts
@@ -33,7 +33,7 @@ import type { SocksServerOptions } from "./server/socks-server";
33
export type PortRange = { startPort: number, endPort: number };
34
35
/**
36
- * A mockttp instance allow you to start and stop mock servers and control their behaviour.
+ * A mockttp instance allows you to start and stop mock servers and control their behaviour.
37
*
38
* This should be created using the exported {@link getLocal} or {@link getRemote} methods, like
39
* so:
@@ -1076,4 +1076,4 @@ export abstract class AbstractMockttp {
1076
return new WebSocketRuleBuilder(url, this.addWebSocketRule);
1077
}
1078
1079
-}
+}
0 commit comments