Skip to content

Commit 6794ac0

Browse files
ericlehongwtfsayo
andauthored
Fix typo (#2385)
* fix: typo Signed-off-by: ericlehong <193237094+ericlehong@users.noreply.github.com> * fix: typo Signed-off-by: ericlehong <193237094+ericlehong@users.noreply.github.com> --------- Signed-off-by: ericlehong <193237094+ericlehong@users.noreply.github.com> Co-authored-by: Sayo <hi@sayo.wtf>
1 parent 63e4dbd commit 6794ac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/lib/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const fetcher = async ({
2525

2626
if (method === "POST") {
2727
if (body instanceof FormData) {
28-
// @ts-expect-error - Supressing potentially undefined options header
28+
// @ts-expect-error - Suppressing potentially undefined options header
2929
delete options.headers["Content-Type"];
3030
options.body = body;
3131
} else {

tests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ This directory contains smoke and integration tests for Eliza project.
2424
## Using in GitHub CI/CD
2525

2626
- Settings -> Secrets and variables -> Actions:
27-
- Create an enviroment
27+
- Create an environment
2828
- Add repository secret `OPENAI_API_KEY`
2929
- Refer to https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions for more information

0 commit comments

Comments
 (0)