diff --git a/README.md b/README.md index ce25eaa5c..4057cf424 100644 --- a/README.md +++ b/README.md @@ -1183,7 +1183,7 @@ type NoIDRecipe = z.infer; ### `.partial` -Inspired by the built-in TypeScript utility type [Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialt), the `.partial` method makes all properties optional. +Inspired by the built-in TypeScript utility type [Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype), the `.partial` method makes all properties optional. Starting from this object: diff --git a/README_ZH.md b/README_ZH.md index 47429a708..ef86a460d 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -576,7 +576,7 @@ type NoIDRecipe = z.infer; ### `.partial` -受 TypeScript 内置的实用类型[Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialt)的启发, `.partial` 方法使所有属性都是可选的。 +受 TypeScript 内置的实用类型[Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype)的启发, `.partial` 方法使所有属性都是可选的。 从这个对象开始: diff --git a/deno/lib/README.md b/deno/lib/README.md index ce25eaa5c..4057cf424 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -1183,7 +1183,7 @@ type NoIDRecipe = z.infer; ### `.partial` -Inspired by the built-in TypeScript utility type [Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialt), the `.partial` method makes all properties optional. +Inspired by the built-in TypeScript utility type [Partial](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype), the `.partial` method makes all properties optional. Starting from this object: