diff --git a/cdn-server/cdn/test/cdn.test.ts b/cdn-server/cdn/test/cdn.test.ts index 5f250b2072..14726d6397 100644 --- a/cdn-server/cdn/test/cdn.test.ts +++ b/cdn-server/cdn/test/cdn.test.ts @@ -456,7 +456,7 @@ describe('CDN handlers', () => { }); }); - describe('Test cache warmer opeartions handler', async () => { + describe('Test cache warmer operations handler', async () => { const federatedGraphId = 'federatedGraphId'; const organizationId = 'organizationId'; const token = await generateToken(organizationId, federatedGraphId, secretKey); diff --git a/studio/src/pages/[organizationSlug]/cache-warmer.tsx b/studio/src/pages/[organizationSlug]/cache-warmer.tsx index d50a3fc81a..159f66ee3c 100644 --- a/studio/src/pages/[organizationSlug]/cache-warmer.tsx +++ b/studio/src/pages/[organizationSlug]/cache-warmer.tsx @@ -85,7 +85,7 @@ const CacheWarmerPage: NextPageWithLayout = () => {

Enable Cache Warmer

{!!cacheWarmerFeature?.enabled - ? "Enable cache warmer to warm the router with your top opeartions." + ? "Enable cache warmer to warm the router with your top operations." : "Upgrade your billing plan to use this cacheWarmer."}

@@ -143,7 +143,7 @@ CacheWarmerPage.getLayout = (page) => { return getDashboardLayout( page, "Cache Warmer", - "Configure cache warming to warm your router with top opeartions..", + "Configure cache warming to warm your router with top operations..", undefined, undefined, [],