Skip to content

Commit a24038f

Browse files
authored
Fix typo in facilitator configuration function
Corrected a typo in the configuration function description. Signed-off-by: Eiman <[email protected]>
1 parent c328aa1 commit a24038f

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/payments/x402

1 file changed

+1
-1
lines changed

apps/portal/src/app/payments/x402/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const response = await fetchWithPay('https://api.example.com/paid-endpoint');
4343

4444
To make your API calls payable, you can use any x402 middleware library like x402-hono, x402-next, x402-express, etc.
4545

46-
Then, use the `facilitator` configuratino function settle transactions with your thirdweb server wallet gaslessly and pass it to the middleware.
46+
Then, use the `facilitator` configuration function to settle transactions with your thirdweb server wallet gaslessly and pass it to the middleware.
4747

4848
Here's an example with Next.js:
4949

0 commit comments

Comments
 (0)