diff --git a/src/routes/blog/post/announcing-database-reads-and-writes-pricing/+page.markdoc b/src/routes/blog/post/announcing-database-reads-and-writes-pricing/+page.markdoc index 7ae05c078..2abdf79f0 100644 --- a/src/routes/blog/post/announcing-database-reads-and-writes-pricing/+page.markdoc +++ b/src/routes/blog/post/announcing-database-reads-and-writes-pricing/+page.markdoc @@ -27,7 +27,7 @@ We will begin charging for database read and write operations beyond the include - **Free Plan**: 500,000 read operations and 250,000 write operations per month. - **Pro and Scale Plans**: 1,750,000 read operations and 750,000 write operations per month, with additional operations available at $0.060 per 100,000 reads and $0.10 per 100,000 writes. -- **Enterprise Plan**: Unlimited read and write operations. +- **Enterprise Plan**: Custom pricing. This change will help support the infrastructure required to maintain high-performance database services and enable us to continue enhancing the platform. diff --git a/src/routes/blog/post/cors-error/+page.markdoc b/src/routes/blog/post/cors-error/+page.markdoc index a89828150..d04c26350 100644 --- a/src/routes/blog/post/cors-error/+page.markdoc +++ b/src/routes/blog/post/cors-error/+page.markdoc @@ -74,7 +74,7 @@ However, if you are still running into issues, I’ll keep an ongoing list of ot - Disabled CORS in browser. (I’ve seen people have this issue with browser extensions) -## Aditional resources +## Additional resources Visit our documentation, Discord server, YouTube channel, or Threads page to find more resources on this topic. {% arrow_link href="https://appwrite.io/docs/advanced/security/abuse-protection/" %} diff --git a/src/routes/pricing/compare-plans.svelte b/src/routes/pricing/compare-plans.svelte index 75a1d0a03..17161d4b0 100644 --- a/src/routes/pricing/compare-plans.svelte +++ b/src/routes/pricing/compare-plans.svelte @@ -4,11 +4,11 @@ import { visible } from '$lib/actions/visible'; import { Tooltip } from '$lib/components'; import { classNames } from '$lib/utils/classnames'; + import { getAppwriteDashboardUrl } from '$lib/utils/dashboard'; import { getScrollDir } from '$lib/utils/getScrollDir'; import { createAccordion, melt } from '@melt-ui/svelte'; import { writable } from 'svelte/store'; import { fly } from 'svelte/transition'; - import { getAppwriteDashboardUrl } from '$lib/utils/dashboard'; type Table = { title: string; @@ -188,28 +188,28 @@ free: '500K', pro: '1750K', scale: '1750K', - enterprise: 'Unlimited' + enterprise: 'Custom' }, { title: 'Writes', free: '250K', pro: '750K', scale: '750K', - enterprise: 'Unlimited' + enterprise: 'Custom' }, { - title: 'Aditional reads', + title: 'Additional reads', free: '-', pro: '$0.060 per 100k reads', scale: '$0.060 per 100k reads', - enterprise: 'Unlimited' + enterprise: 'Custom' }, { - title: 'Aditional writes', + title: 'Additional writes', free: '-', pro: '$0.10 per 100k writes', scale: '$0.10 per 100k writes', - enterprise: 'Unlimited' + enterprise: 'Custom' }, { title: 'Backups',