Skip to content

Commit

Permalink
docs: fix constraints to morphs intro transition wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Jun 13, 2024
1 parent 74e97b8 commit ee486ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark/docs/src/content/docs/intro/adding-constraints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ if (out instanceof type.errors) {

You now know how to refine your types to enforce additional constraints at runtime (see the full list [here](/reference/constraints)).

Once your input is fully validated, you still need to make some adjustments before it's ready to use in your code?
But what if once your input is fully validated, you still need to make some adjustments before it's ready to use?

The final section of intro will cover **morphs**, an extremely powerful tool for composing and transforming Types.

0 comments on commit ee486ef

Please sign in to comment.