Skip to content

Commit

Permalink
docs: Fixes typo in api-stability.md (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmail authored Feb 14, 2025
1 parent 3c3c1b6 commit d1b4be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-stability.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ been declared stable. The beta channel may include breaking changes on

## Using the Stable Channel

To use the stable channel of Genkit, import from the standard `"genkit"`
To use the stable channel of Genkit, import from the standard
`"genkit"` entrypoint:

```ts
Expand Down Expand Up @@ -51,4 +51,4 @@ for beta features. You can modify your existing dependency string by changing
along with persistent sessions that store both conversation history and an
arbitrary state object.
- **[Interrupts](interrupts):** special tools that can pause generation for
human-in-the-loop feedback, out-of-band processing, and more.
human-in-the-loop feedback, out-of-band processing, and more.

0 comments on commit d1b4be5

Please sign in to comment.