From 2a6a18e6d6012ab4155c5916dbc2803261860463 Mon Sep 17 00:00:00 2001 From: Maxhem2 <95474622+Maxhem2@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:43:13 +0100 Subject: [PATCH] Fix typo in mockttp instance documentation --- src/mockttp.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mockttp.ts b/src/mockttp.ts index 29cecdfcd..5fbbfada6 100644 --- a/src/mockttp.ts +++ b/src/mockttp.ts @@ -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: @@ -1076,4 +1076,4 @@ export abstract class AbstractMockttp { return new WebSocketRuleBuilder(url, this.addWebSocketRule); } -} \ No newline at end of file +}