Skip to content

Commit b2eef5c

Browse files
authored
docs: fix typo in README about querying syntax (#354)
1 parent 2ad167b commit b2eef5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This library exists to help developers model and query data when testing and dev
1414

1515
- Relies on [Standard Schema][standard-schema] instead of inventing a proprietary modeling syntax you have to learn. You can use any Standard Schema-compliant object modeling library to describe your data, like Zod, ArkType, Valibot, yup, and many others.
1616
- Full runtime and type-safety.
17-
- Provides a powerful [querying syntax](#querying) inspired by Prizma;
17+
- Provides a powerful [querying syntax](#querying) (inspired by Prisma);
1818
- Supports [relations](#relations) for database-like behaviors (inspired by Drizzle);
1919
- Supports extensions (including custom extensions) for things like cross-tab collection synchronization or record persistence.
2020

0 commit comments

Comments
 (0)