Skip to content

Commit f3c17bc

Browse files
docs: fix sentence fragment in testing guide
1 parent 7267818 commit f3c17bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To run the below test, you'll need to install the following dependencies:
3737
so I won't go into details here.
3838

3939
The [`inline-snapshot`](https://15r10nk.github.io/inline-snapshot/latest/) is a library that allows
40-
you to take snapshots of the output of your tests. Which makes it easier to create tests for your
40+
you to take snapshots of the output of your tests, which makes it easier to create tests for your
4141
server - you don't need to use it, but we are spreading the word for best practices.
4242

4343
```python title="test_server.py"

0 commit comments

Comments
 (0)