Skip to content

Commit

Permalink
Fix typo Update CHANGELOG.md (#2464)
Browse files Browse the repository at this point in the history
# Fix Typo in CHANGELOG.md

## Summary of Changes
- Corrected a typo: "endoint" to "endpoint" in the
`packages/core/CHANGELOG.md` file.

---

## Additional Notes
This is a minor documentation update and does not affect the
functionality of the project.
Please review and merge at your convenience. Thank you! 😊


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on a fix in the `http` endpoint's response behavior,
ensuring it returns a "not found" status instead of an internal database
error.

### Detailed summary
- Fixed the `http` endpoint to return "not found" instead of an internal
database error.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
petryshkaCODE authored Jan 9, 2025
1 parent 22f6e52 commit a4c5f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

### Patch Changes

- eacf29c9: fix: http endoint return not found instead of internal database error
- eacf29c9: fix: http endpoint return not found instead of internal database error

## 0.14.16

Expand Down

0 comments on commit a4c5f2e

Please sign in to comment.