diff --git a/cli/commands/validate.mdx b/cli/commands/validate.mdx index a52860d..3fc1649 100644 --- a/cli/commands/validate.mdx +++ b/cli/commands/validate.mdx @@ -55,7 +55,7 @@ Within this file we will add a constraint to the `#Flag` CUE definition, which e ``` This definition ensures that description is both supplied and that the value matches the regular expression. -The regular expression in this example ensures a string with a length of at-least 1 character. +The regular expression in this example ensures a string with a length of at least 1 character. Now when invoking the validate sub-command, we pass the path to this extra CUE definition: