Skip to content

Commit 00c5061

Browse files
authored
Fix typo in arktype-json description (#7896)
1 parent 673bc2b commit 00c5061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/blog/content/blog/prisma-next-roadmap-april-milestone

apps/blog/content/blog/prisma-next-roadmap-april-milestone/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you want to build a Prisma Next extension, the [call for extension authors](h
2626
An extension can contribute new data types, new query operations, and new migration logic. The first four cover that range:
2727

2828
- **`pgvector`** adds vector types and similarity queries to your Postgres schema.
29-
- **`arktype-json`** lets you store and query typed JSON columns with [Arktype](https://arktype.io) validation.
29+
- **`arktype-json`** lets you store and query typed JSON columns with [ArkType](https://arktype.io) validation.
3030
- **ParadeDB** adds full-text and analytical search backed by ParadeDB's Postgres extensions.
3131
- **CipherStash** adds searchable encryption at rest — encrypted column types with query operations on encrypted values, built by the CipherStash team.
3232

0 commit comments

Comments
 (0)