Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpetrov committed Jul 3, 2023
1 parent f600666 commit 20b47fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const tiers = [
`${accountConfig['level_0'].limits.maxAgents} agent(s)`,
`${accountConfig['level_0'].limits.maxDatastores} datastore(s)`,
`${accountConfig['level_0'].limits.maxAgentsQueries} agents queries / month`,
`File uplpoad limited to ${
`File upload limited to ${
accountConfig['level_0'].limits.maxFileSize / 1000000
}MB / file`,
`Data processing limited to ${
Expand All @@ -78,7 +78,7 @@ const tiers = [
`${accountConfig['level_1'].limits.maxAgents} agent(s)`,
`${accountConfig['level_1'].limits.maxDatastores} datastore(s)`,
`${accountConfig['level_1'].limits.maxAgentsQueries} agents queries / month`,
`File uplpoad limited to ${
`File upload limited to ${
accountConfig['level_1'].limits.maxFileSize / 1000000
}MB / file`,
`Data processing limited to ${
Expand All @@ -102,7 +102,7 @@ const tiers = [
`${accountConfig['level_2'].limits.maxAgents} agent(s)`,
`${accountConfig['level_2'].limits.maxDatastores} datastore(s)`,
`${accountConfig['level_2'].limits.maxAgentsQueries} agents queries / month`,
`File uplpoad limited to ${
`File upload limited to ${
accountConfig['level_2'].limits.maxFileSize / 1000000
}MB / file`,
`Data processing limited to ${
Expand All @@ -125,7 +125,7 @@ const tiers = [
`${accountConfig['level_3'].limits.maxAgents} agent(s)`,
`${accountConfig['level_3'].limits.maxDatastores} datastore(s)`,
`${accountConfig['level_3'].limits.maxAgentsQueries} agents queries / month`,
`File uplpoad limited to ${
`File upload limited to ${
accountConfig['level_3'].limits.maxFileSize / 1000000
}MB / file`,
`Data processing limited to ${
Expand Down

1 comment on commit 20b47fc

@vercel
Copy link

@vercel vercel bot commented on 20b47fc Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.