From b3fde878ff96b1089ce4557f3f865c1e7fec3030 Mon Sep 17 00:00:00 2001 From: Fabian Hiller Date: Sat, 29 Jul 2023 15:14:41 +0200 Subject: [PATCH] Fix typo in unionAsync api route on website --- website/src/routes/api/(async)/unionAsync/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/routes/api/(async)/unionAsync/index.mdx b/website/src/routes/api/(async)/unionAsync/index.mdx index e11a41e0b..21148ff80 100644 --- a/website/src/routes/api/(async)/unionAsync/index.mdx +++ b/website/src/routes/api/(async)/unionAsync/index.mdx @@ -1,7 +1,7 @@ --- -title: undefinedTypeAsync +title: unionAsync --- # unionAsync -> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/undefinedType/undefinedTypeAsync.ts). +> The content of this page is not yet ready. Until then just use the [source code](https://github.com/fabian-hiller/valibot/blob/main/library/src/schemas/union/unionAsync.ts).