Skip to content

Commit a1d2d08

Browse files
author
Colin McDonnell
committed
Ignore deno playground
2 parents c4eec6c + 0f2ab21 commit a1d2d08

4 files changed

Lines changed: 3 additions & 22 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage
66
.idea
77
*.log
88
src/playground.ts
9+
deno/lib/playground.ts

deno/lib/playground.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

deno/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ export class ZodObject<
15151515

15161516
/**
15171517
* @deprecated In most cases, this is no longer needed - unknown properties are now silently stripped.
1518-
* If you want to pass through unknown properies, use `.passthrough()` instead.
1518+
* If you want to pass through unknown properties, use `.passthrough()` instead.
15191519
*/
15201520
nonstrict = this.passthrough;
15211521

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ export class ZodObject<
15151515

15161516
/**
15171517
* @deprecated In most cases, this is no longer needed - unknown properties are now silently stripped.
1518-
* If you want to pass through unknown properies, use `.passthrough()` instead.
1518+
* If you want to pass through unknown properties, use `.passthrough()` instead.
15191519
*/
15201520
nonstrict = this.passthrough;
15211521

0 commit comments

Comments
 (0)