Skip to content

Commit

Permalink
Changelog: add missing word.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Dec 14, 2024
1 parent 894c7c5 commit 39b0c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

- Feature: introducing `EncodedResponse` public interface in the code generated by `Integration`:
- The new entity should enable making custom clients having response type awereness based on the status code;
- The difference between `Response` and `EndcodedResponse` is the second hierarchical.
- The difference between `Response` and `EndcodedResponse` is the second hierarchical level.

```ts
import { EncodedResponse } from "./generated.ts";

0 comments on commit 39b0c32

Please sign in to comment.