Skip to content

Commit

Permalink
chore: typo opeartions -> operations
Browse files Browse the repository at this point in the history
  • Loading branch information
alepane21 committed Feb 21, 2025
1 parent 98a22df commit 8aacf22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdn-server/cdn/test/cdn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions studio/src/pages/[organizationSlug]/cache-warmer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const CacheWarmerPage: NextPageWithLayout = () => {
<h3 className="font-semibold tracking-tight">Enable Cache Warmer</h3>
<p className="text-sm text-muted-foreground">
{!!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."}
</p>
</div>
Expand Down Expand Up @@ -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,
[<NamespaceSelector key="0" />],
Expand Down

0 comments on commit 8aacf22

Please # to comment.