Skip to content

Commit e5d5357

Browse files
fredvdstevepiercy
andauthored
grammar, sentence per line
Co-authored-by: Steve Piercy <[email protected]>
1 parent abd371b commit e5d5357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/setup-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ make html
4242

4343
```{note}
4444
If you are using an M1 Mac to build the documentation, there is currently an issue with pyenchant that throws an error that the enchant library can't be found. This happens for example if you installed your Python with pyenv.
45-
A work around until pyenchant is fixed is to run `export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib`
45+
A workaround until pyenchant is fixed is to run `export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib` in the terminal session before you execute `make html`.
4646
in the terminal session before you execute `make html`.
4747
```
4848

0 commit comments

Comments
 (0)