From 7b87dbc001db447fe343505ab7ba85ffcf080fd1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 8 Jan 2025 03:11:57 -0500 Subject: [PATCH] chore: fix typos (#50) Signed-off-by: Rui Chen --- CHANGELOG.md | 2 +- README.md | 2 +- src/chatgpt.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbc7fb..a0d0cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index d001992..fd21747 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
-## 🪄 Featues +## 🪄 Features - Syntax highlights - Chat history diff --git a/src/chatgpt.rs b/src/chatgpt.rs index cf27bb6..6b1d53f 100644 --- a/src/chatgpt.rs +++ b/src/chatgpt.rs @@ -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);