Skip to content

Commit 4b50ce8

Browse files
committed
Fix meta title and description of issues guide
1 parent 9c5a9a1 commit 4b50ce8

File tree

1 file changed

+3
-3
lines changed
  • website/src/routes/guides/(main-concepts)/issues

1 file changed

+3
-3
lines changed

website/src/routes/guides/(main-concepts)/issues/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Errors
2+
title: Issues
33
description: >-
4-
For error handling I use internally with `ValiError` my own error class, which
5-
supports you in case of an issue, with extensive information.
4+
When validating unknown data against a schema, I collect detailed information
5+
about each issue.
66
contributors:
77
- fabian-hiller
88
- alonidiom

0 commit comments

Comments
 (0)