Skip to content

Commit c78b7ad

Browse files
rogerkuousjvrijn
andauthored
Update episodes/42-software-reuse.md
Co-authored-by: Sander van Rijn <svr003@gmail.com>
1 parent 62cd811 commit c78b7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/42-software-reuse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ See [Matias Singer's curated list of awesome READMEs](https://github.com/matiass
276276
[MKDocs](https://www.mkdocs.org/) generate project documentation as a static website from Markdown files. The website can then be hosted on GitHub Pages or other static site hosting services, providing a user-friendly interface for accessing the documentation.
277277

278278
We can install MKDocs package using `pip`. Here we also install a plugin `mkdocstrings`, which will be used later.
279-
We advice you to do this within a virtual environment you created before:
279+
We advise you to do this within a virtual environment you created before:
280280

281281
```bash
282282
pip install mkdocs mkdocstrings[python]

0 commit comments

Comments
 (0)