Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit a8afccb

Browse files
committed
Fix spelling errors in Changelog
1 parent 710edd9 commit a8afccb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Highlights
5454

5555

5656
* **Breaking change**: use `colorama` instead of hard-coding ANSI sequences names and values
57-
of `cli_ui` constants. All existing names have been kept, but some of the values changed slighlty.
57+
of `cli_ui` constants. All existing names have been kept, but some of the values changed slightly.
5858

5959
* ``ask_`` functions now take a variable number of tokens as first argument.
6060
This allows to color the prompt when requiring input from the user, for instance::
@@ -79,7 +79,7 @@ Other Changes
7979

8080
* Annotate everything with ``mypy``.
8181
* Use ``black`` for automatic code formatting.
82-
* If you nedd the ``record_message()`` pytest fixture in your own tests, you can now
82+
* If you need the ``record_message()`` pytest fixture in your own tests, you can now
8383
import it with ``from cli_ui.tests import message_recorder``.
8484

8585
v0.7.4
@@ -107,7 +107,7 @@ v0.7.1
107107
v0.7.0
108108
++++++
109109

110-
* Add ``ask_password`` and ``read_pasword``. Patch by @drazisil
110+
* Add ``ask_password`` and ``read_password``. Patch by @drazisil
111111

112112
v0.6.1
113113
++++++

0 commit comments

Comments
 (0)