Skip to content

Commit

Permalink
Fix typo in docs/developer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Dec 12, 2023
1 parent 366f15d commit f74ce33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

## Unreleased

- Update pr-commit config
- Fix typo in docs

## [1.1.0] - 2023-02-12

- Drop older supported versions
Expand Down
2 changes: 1 addition & 1 deletion docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
With a virtual environment activated, install the package in editable mode:

```bash
pip install -e "[.development]"
pip install -e ".[development]"
```

There is a [testapp](../tests/testapp/) provided that is a fully configured minimal setup using Wagtail v4.2
Expand Down

0 comments on commit f74ce33

Please sign in to comment.