Skip to content

Commit

Permalink
chore(docs): typescript link (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Armanio committed Dec 16, 2020
1 parent 9451137 commit 4e7c9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ yup.addMethod(yup.date, 'format', parseDateFromFormats);
Note that `addMethod` isn't magic, it mutates the prototype of the passed in schema.

> Note: if you are using TypeScript you also need to adjust the class or interface
> see the [typescript](./typescript) docs for details.
> see the [typescript](./typescript.md) docs for details.
## Creating new Schema types

Expand Down

0 comments on commit 4e7c9ee

Please sign in to comment.