Skip to content

Commit b470061

Browse files
committed
+
1 parent 0dab776 commit b470061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/documentation/docs/goodies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ if (is(value, Column)) {
399399
```
400400

401401
### Mock Driver
402-
This API is a successor to `drizzle({} as any)` undefined API which we've used in tests and rarely by other developers.
402+
This API is a successor to an undefined `drizzle({} as any)` API which we've used internally in Drizzle tests and rarely recommended to external developers.
403403

404404
We decided to build and expose a proper API, every `drizzle` driver now has `drizzle.mock()`:
405405
```ts

0 commit comments

Comments
 (0)