Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/mockttp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import type { SocksServerOptions } from "./server/socks-server";
export type PortRange = { startPort: number, endPort: number };

/**
* 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.
*
* This should be created using the exported {@link getLocal} or {@link getRemote} methods, like
* so:
Expand Down Expand Up @@ -1076,4 +1076,4 @@ export abstract class AbstractMockttp {
return new WebSocketRuleBuilder(url, this.addWebSocketRule);
}

}
}