Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix fixture typos #19108

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading