Skip to content

Commit 0f4dfa7

Browse files
committed
fixes typos
1 parent 9fa6120 commit 0f4dfa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/pricing/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ import LandingPageFeatureCard from '../../components/landing-page-components/par
1212

1313
const FEATURES = [
1414
{
15-
title: "Sign up for free (Byte Plan)",
15+
title: "Byte Plan (free tier)",
1616
description: "Everything you need to get started with Dev-Docs",
1717
bulletPoints: [
1818
"No cc required",
1919
"Access to Dev-Docs' native web app features",
2020
"Use Dev-Docs in VS Code or GitHub Codespaces",
2121
"Generate the content you need from your codebase",
2222
"Leverage Dev-Docs Chrome Extension to generate step by step guides",
23-
"Get 2,000,000 input credits and 500,000 output credits to use as you see fit (note: fill in with actual credit numbers)",
23+
"Get 2,000,000 input credits and 500,000 output credits to use as you see fit",
2424
],
2525
buttonTitle: "Get started",
2626
href: "https://docs.dev/docs"
2727
},
2828
{
29-
title: "Dev-Docs Pro Plan (Megabyte Plan)",
29+
title: "Megabyte Plan (pro tier)",
3030
description: "Get even more out of Dev-Docs",
3131
bulletPoints: [
3232
"Everything from the free plan",
33-
"Starting with 10,000,000 input credits and 2,000,000 output credits per month (note: fill in with actual credit numbers)",
33+
"Starting with 10,000,000 input credits and 2,000,000 output credits per month",
3434
"Integrate Dev-Docs into your CI/CD to fully automate the process",
3535
"Sync Dev-Docs up with your Confluence, Google Drive or Notion",
3636
"Dedicated support"

0 commit comments

Comments
 (0)