Skip to content

Commit

Permalink
fix: fix fixture typos (#19108)
Browse files Browse the repository at this point in the history
fix fixture typos

Co-authored-by: Bianca Yang <[email protected]>
  • Loading branch information
xrdt and Bianca Yang authored Dec 6, 2023
1 parent 2974a93 commit bf052e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@
{
"key": "dedicated_support",
"name": "Slack (dedicated channel)",
"description": "Get help firectly from our support team in a dedicated Slack channel shared between you and the PostHog team.",
"description": "Get help directly from our support team in a dedicated Slack channel shared between you and the PostHog team.",
"unit": null,
"limit": null,
"note": "$2k/month spend or above"
Expand Down
4 changes: 2 additions & 2 deletions cypress/fixtures/api/billing-v2/billing-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
{
"key": "dedicated_support",
"name": "Slack (dedicated channel)",
"description": "Get help firectly from our support team in a dedicated Slack channel shared between you and the PostHog team.",
"description": "Get help directly from our support team in a dedicated Slack channel shared between you and the PostHog team.",
"unit": null,
"limit": null,
"note": "$2k/month spend or above"
Expand Down Expand Up @@ -2110,7 +2110,7 @@
{
"key": "dedicated_support",
"name": "Slack (dedicated channel)",
"description": "Get help firectly from our support team in a dedicated Slack channel shared between you and the PostHog team.",
"description": "Get help directly from our support team in a dedicated Slack channel shared between you and the PostHog team.",
"unit": null,
"limit": null,
"note": "$2k/month spend or above"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/mocks/fixtures/_billing_v2_with_flat_fee.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
{
"key": "dedicated_support",
"name": "Slack (dedicated channel)",
"description": "Get help firectly from our support team in a dedicated Slack channel shared between you and the PostHog team.",
"description": "Get help directly from our support team in a dedicated Slack channel shared between you and the PostHog team.",
"unit": null,
"limit": null,
"note": "$2k/month spend or above"
Expand Down

0 comments on commit bf052e8

Please sign in to comment.