Skip to content

Commit

Permalink
chore: fix typos (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 authored Jan 8, 2025
1 parent 4d7c22c commit 7b87dbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Features

- display a spinner in the waiting message
- chatgpt url is configureable
- chatgpt url is configurable

## [0.5] - 2023-04-22

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<br>

## 🪄 Featues
## 🪄 Features

- Syntax highlights
- Chat history
Expand Down
2 changes: 1 addition & 1 deletion src/chatgpt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl ChatGPT {
.ok_or_else(|| {
eprintln!(
r#"Can not find the openai api key
You need to define one wether in the configuration file or as an environment variable"#
You need to define one whether in the configuration file or as an environment variable"#
);

std::process::exit(1);
Expand Down

0 comments on commit 7b87dbc

Please sign in to comment.