Skip to content

Commit 8f3e550

Browse files
authored
fix: small typo in function docblocks (#362)
1 parent 591422b commit 8f3e550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/express/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TriggerClient } from "@trigger.dev/sdk";
33
import { Request as StandardRequest, Headers as StandardHeaders } from "@remix-run/web-fetch";
44

55
/**
6-
* This is a convienence function to create an express server for the TriggerClient. If you want to use Trigger.dev with an existing express server, use `createMiddleware` instead.
6+
* This is a convenience function to create an express server for the TriggerClient. If you want to use Trigger.dev with an existing express server, use `createMiddleware` instead.
77
* @param client - The TriggerClient to use for the server.
88
* @param port - The port to listen on, defaults to 8080.
99
*/

0 commit comments

Comments
 (0)