Skip to content

Commit

Permalink
chore: Update cli/commands/validate.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Jan 23, 2024
1 parent 05d330c commit 7d6b5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Check warning on line 60 in cli/commands/validate.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "cli/commands/validate.mdx", "range": {"start": {"line": 60, "column": 45}}}, "severity": "WARNING"}

Expand Down

0 comments on commit 7d6b5e0

Please sign in to comment.