Skip to content

Commit 6244c77

Browse files
authored
Fix typos in changelog file. Fixes console-rs#314
1 parent 97a840f commit 6244c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Enhancements
66

7-
* Added `dialouger::Result` and `dialouger::Error`
7+
* Added `dialoguer::Result` and `dialoguer::Error`
88
* Added a `BasicHistory` implementation for `History`
99
* Added vim mode for `FuzzySelect`
1010
* All prompts implement `Clone`
@@ -27,7 +27,7 @@
2727
* Prompt builder functions now take `mut self` instead of `&mut self`
2828
* Prompt builder functions now return `Self` instead of `&mut Self`
2929
* Prompt interaction functions now take `self` instead of `&self`
30-
* Prompt interaction functions and other operations now return `dialouger::Result` instead of `std::io::Result`
30+
* Prompt interaction functions and other operations now return `dialoguer::Result` instead of `std::io::Result`
3131
* Rename `Validator` to `InputValidator`
3232
* The trait method `Theme::format_fuzzy_select_prompt()` now takes a byte position instead of a cursor position in order to support UTF-8.
3333

0 commit comments

Comments
 (0)