Skip to content

Commit

Permalink
remove duplicate / similar text
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Graham committed Nov 19, 2024
1 parent 0c07c7a commit 43d4409
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/visual-testing/integrations/storybook.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,12 @@ const meta = {
### Storybook Variants Plugin
We also offer a separate npm plugin which will render the story and all variations in a grid and can capture them in a single snapshot. This can be used for smaller components, but can be limited with large components or many variations.
We also have a separate Storybook plugin, `@saucelabs/storybook-variants`, available for rendering all variants of a component in a grid to ease the testing and development process. This can be used for smaller components, but can be limited with large components or many variations. Read the full [README on NPM](https://www.npmjs.com/package/@saucelabs/storybook-variants) for installation & usage.

Check warning on line 311 in docs/visual-testing/integrations/storybook.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/visual-testing/integrations/storybook.md#L311

[sauce.WordList] Use 'npm' instead of 'NPM'.
Raw output
{"message": "[sauce.WordList] Use 'npm' instead of 'NPM'.", "location": {"path": "docs/visual-testing/integrations/storybook.md", "range": {"start": {"line": 311, "column": 310}}}, "severity": "WARNING"}

Check warning on line 311 in docs/visual-testing/integrations/storybook.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/visual-testing/integrations/storybook.md#L311

[sauce.Ampersand] Don't use an ampersand in place of the word 'and'. Always write out 'and' unless the ampersand is part of a proper name.
Raw output
{"message": "[sauce.Ampersand] Don't use an ampersand in place of the word 'and'. Always write out 'and' unless the ampersand is part of a proper name.", "location": {"path": "docs/visual-testing/integrations/storybook.md", "range": {"start": {"line": 311, "column": 391}}}, "severity": "WARNING"}
<div className="text--center">
<img src={useBaseUrl('/img/sauce-visual/visual-variants.png')} alt="Visual variant grid example"/>
</div>
We have a separate Storybook plugin, `@saucelabs/storybook-variants`, available for rendering all variants of a component in a grid to ease the testing and development process. Read the full [README on NPM](https://www.npmjs.com/package/@saucelabs/storybook-variants) for installation & usage.
## Example
An example project is available [here](https://github.com/saucelabs/visual-examples/tree/main/storybook).

0 comments on commit 43d4409

Please sign in to comment.