diff --git a/docs/Development.md b/docs/Development.md index 193581002..7f1b22759 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -217,7 +217,7 @@ Ask maintainers through comments if some errors in the pipeline seem obscure to ### Release checklist 1. complete `CHANGELOG.md` and add the version & date of the new release 2. bump `FPDF_VERSION` in `fpdf/fpdf.py`. -Also (optionnal, once every year), update `contributors/contributors-map-small.png` based on +Also (optional, once every year), update `contributors/contributors-map-small.png` based on 3. update the `announce` block in `docs/overrides/main.html` to mention the new release 4. `git commit` & `git push` (if editing in a fork: submit and merge a PR) 5. check that [the GitHub Actions succeed](https://github.com/py-pdf/fpdf2/actions), and that [a new release appears on Pypi](https://pypi.org/project/fpdf2/#history)