Skip to content

Commit c8b388c

Browse files
committed
corrections pointed out by Darren
1 parent c6bda70 commit c8b388c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ Snapshot testing is the process of recording the output of a test, and comparing
174174
Textual uses snapshot testing internally to ensure that the builtin widgets look and function correctly in every release.
175175
We've made the pytest plugin we built available for public use.
176176

177-
The [official pytest plugin](https://github.com/Textualize/pytest-textual-snapshot) can help you catch otherwise difficult to detect visual changes in your app.
177+
The [official Textual pytest plugin](https://github.com/Textualize/pytest-textual-snapshot) can help you catch otherwise difficult to detect visual changes in your app.
178178

179179
It works by generating an SVG _screenshot_ (such as the images in these docs) from your app.
180-
If the screenshot changes in any test run, you will will have the opertunity to visually compare the new output against previous runs.
180+
If the screenshot changes in any test run, you will have the opportunity to visually compare the new output against previous runs.
181181

182182

183183
### Installing the plugin

0 commit comments

Comments
 (0)