Skip to content

Commit e9bfb5a

Browse files
authored
Update docs/index.md
1 parent 5c1367a commit e9bfb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First, install `pytest-jupyter` from PyPI using pip:
88
```bash
99
pip install pytest-jupyter
1010
```
11-
This installs the basic pytest-jupyter package that insludes fixture definitions for the various Jupyter-based pytest plugins.
11+
This installs the basic pytest-jupyter package that includes fixture definitions for the various Jupyter-based pytest plugins.
1212

1313
To use one of these plugins, you'll also need to install their dependencies. This requires a second `pip install` call. For example, if you'd like to use the `jupyter_server` plugin, you'll need to call:
1414
```bash

0 commit comments

Comments
 (0)