diff --git a/apps/dashboard/app/(app)/ratelimits/[namespaceId]/page.tsx b/apps/dashboard/app/(app)/ratelimits/[namespaceId]/page.tsx index 2fb2ea32bf..19a0f92ac1 100644 --- a/apps/dashboard/app/(app)/ratelimits/[namespaceId]/page.tsx +++ b/apps/dashboard/app/(app)/ratelimits/[namespaceId]/page.tsx @@ -129,8 +129,8 @@ export default async function RatelimitNamespacePage(props: { // })); const snippet = `curl -XPOST 'https://api.unkey.dev/v1/ratelimits.limit' \\ - -h 'Content-Type: application/json' \\ - -h 'Authorization: Bearer ' \\ + -H 'Content-Type: application/json' \\ + -H 'Authorization: Bearer ' \\ -d '{ "namespace": "${namespace.name}", "identifier": "",