Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: flakey5 <[email protected]>
  • Loading branch information
flakey5 committed Nov 2, 2024
1 parent f8ebace commit 93a306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/CacheStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `MemoryCacheStore` stores the responses in-memory.

### `SqliteCacheStore`

The `SqliteCacheStore` stores the response in a
The `SqliteCacheStore` stores the response in a SQLite database.

> [!NOTE]
> This requires the [`--experimental-sqlite`](https://nodejs.org/api/cli.html#--experimental-sqlite) CLI flag to be exposed.
Expand Down

0 comments on commit 93a306c

Please sign in to comment.