Skip to content

Commit 246e90d

Browse files
committed
docs(pytest-plugin): Correctness fixes
1 parent f48cdc3 commit 246e90d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pytest-plugin/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ independent tmux server.
77

88
```{seealso} Using the pytest plugin?
99
10-
Do you want more flexbility? Correctness? Power? Defaults changed? [Connect with us] on the tracker, we want to know
10+
Do you want more flexibility? Correctness? Power? Defaults changed? [Connect with us] on the tracker, we want to know
1111
your case, we won't stabilize APIs until we're sure everything is by the book.
1212
1313
[connect with us]: https://github.com/tmux-python/libtmux/discussions
@@ -48,7 +48,7 @@ passed into your test.
4848

4949
## Recommended fixtures
5050

51-
These are fixtures are automatically used when the plugin is enabled and `pytest` is ran.
51+
These are fixtures are automatically used when the plugin is enabled and `pytest` is run.
5252

5353
- Creating temporary, test directories for:
5454
- `/home/` ({func}`home_path`)
@@ -65,7 +65,7 @@ If you would like {func}`session fixture <libtmux.pytest_plugin.session>` to aut
6565
options:
6666

6767
- Pass a `config_file` into {class}`~libtmux.Server`
68-
- Set the `HOME` directory to a local or temporary pytest path with a configurat configuration file
68+
- Set the `HOME` directory to a local or temporary pytest path with a configuration file
6969

7070
You could also read the code and override {func}`server fixtures <libtmux.pytest_plugin.server>`'s in your own doctest. doctest.
7171

0 commit comments

Comments
 (0)