Conversation
- Rename "Shipping a variant" to "Ending an experiment" with "variant to keep" phrasing - Replace "Stopping an experiment" with "Resetting analysis" - Remove reference to manual stop action (removed in PR #48407) - Update comparison table with new action names
Reflects UI changes from PostHog/posthog#48407 which renamed the shipping action to 'End experiment' with 'variant to keep' phrasing.
Reflects PR #48407 which renamed "Ship a variant" to "End experiment" in the experiments UI.
…iment" action Replace references to "stop" button and manual feature flag rollout with the new "End experiment" button workflow per PR #48407.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Vale prose linter → found 0 errors, 29 warnings, 1 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 72:93 | warning | 'frequentist' is a possible misspelling. | PostHogBase.Spelling |
| 89:48 | warning | 'Frequentist' is a possible misspelling. | PostHogBase.Spelling |
| 157:29 | warning | Capitalize 'Product Analytics' for PostHog's product. Use 'Product analytics' for the general industry concept. | PostHogBase.ProductNames |
| 160:15 | suggestion | Address the reader directly. Use 'you' instead of 'the user'. | PostHogDocs.DirectAddress |
| 168:30 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 202:11 | warning | Capitalize 'Experimentation' for PostHog's product. Use 'experimentation' for the general industry concept. | PostHogBase.ProductNames |
| 208:26 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
contents/docs/experiments/best-practices.mdx — 0 errors, 4 warnings, 0 suggestions
| Line | Severity | Message | Rule |
|---|---|---|---|
| 65:84 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 67:219 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 71:50 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 97:213 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
contents/docs/experiments/start-here.mdx — 0 errors, 17 warnings, 0 suggestions
| Line | Severity | Message | Rule |
|---|---|---|---|
| 2:29 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 25:71 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 41:68 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 53:62 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 67:78 | warning | Avoid trivializing words. 'Simply' can sound dismissive to the reader. | PostHogDocs.Trivializers |
| 143:11 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 145:1 | warning | '** Session replay' heading should be in sentence case, and product names should be capitalized. | PostHogBase.SentenceCase |
| 145:70 | warning | Capitalize 'Session Replay' for PostHog's product. Use 'Session replay' for the general industry concept. | PostHogBase.ProductNames |
| 148:1 | warning | '** Feature flags' heading should be in sentence case, and product names should be capitalized. | PostHogBase.SentenceCase |
| 148:68 | warning | Capitalize 'Feature Flags' for PostHog's product. Use 'Feature flags' for the general industry concept. | PostHogBase.ProductNames |
| 149:67 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 151:1 | warning | '** Advanced experimentation' heading should be in sentence case, and product names should be capitalized. | PostHogBase.SentenceCase |
| 151:71 | warning | Capitalize 'Experimentation' for PostHog's product. Use 'experimentation' for the general industry concept. | PostHogBase.ProductNames |
| 152:29 | warning | 'frequentist' is a possible misspelling. | PostHogBase.Spelling |
| 161:13 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 163:31 | warning | Capitalize 'Feature Flags' for PostHog's product. Use 'feature flags' for the general industry concept. | PostHogBase.ProductNames |
| 176:53 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
contents/tutorials/abn-testing.md — 0 errors, 2 warnings, 0 suggestions
| Line | Severity | Message | Rule |
|---|---|---|---|
| 19:25 | warning | Capitalize 'Experiments' for PostHog's product. Use 'experiments' for the general industry concept. | PostHogBase.ProductNames |
| 104:47 | warning | Capitalize 'Feature Flags' for PostHog's product. Use 'feature flags' for the general industry concept. | PostHogBase.ProductNames |
Contributor
Deploy preview
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Updates documentation to reflect the experiment lifecycle terminology changes from PostHog/posthog#48407.
Summary of UI changes
Files updated
contents/docs/experiments/analyzing-results.mdx– Updated "Shipping a variant" section to "Ending an experiment", replaced "Stopping an experiment" with "Resetting analysis", updated comparison table to remove "Stopping" row and rename "Shipping" to "Ending"contents/docs/experiments/start-here.mdx– Updated "Ship a variant" button reference to "End experiment"contents/docs/experiments/best-practices.mdx– Updated launch checklist from "Ship winning variant code" to "End experiment and deploy winning variant code"contents/tutorials/abn-testing.md– Updated "Rolling out the winning variant" section to use "End experiment" button instead of the removed "stop" button