From 7d6b5e0e72566eceea3f3dbeb026141c6ea8236d Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:41:10 -0500 Subject: [PATCH] chore: Update cli/commands/validate.mdx --- cli/commands/validate.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: