Skip to content

Commit 2d3b47c

Browse files
authored
Merge pull request #198 from Maxhem2/patch-1
Fix typo in mockttp instance documentation
2 parents 5a1b003 + 2a6a18e commit 2d3b47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mockttp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import type { SocksServerOptions } from "./server/socks-server";
3333
export type PortRange = { startPort: number, endPort: number };
3434

3535
/**
36-
* A mockttp instance allow you to start and stop mock servers and control their behaviour.
36+
* A mockttp instance allows you to start and stop mock servers and control their behaviour.
3737
*
3838
* This should be created using the exported {@link getLocal} or {@link getRemote} methods, like
3939
* so:
@@ -1076,4 +1076,4 @@ export abstract class AbstractMockttp {
10761076
return new WebSocketRuleBuilder(url, this.addWebSocketRule);
10771077
}
10781078

1079-
}
1079+
}

0 commit comments

Comments
 (0)