From a9adc44cc298240a029092acfe2b15076266e953 Mon Sep 17 00:00:00 2001 From: Erin Cochran Date: Mon, 26 Aug 2024 13:10:06 -0400 Subject: [PATCH] [docs-revamp] - Add more Vale examples to readme (#23914) ## Summary & Motivation ## How I Tested These Changes ## Changelog [New | Bug | Docs] NOCHANGELOG --- docs/docs-beta/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs-beta/README.md b/docs/docs-beta/README.md index b7b15e314efa6..2444e7e254f2b 100644 --- a/docs/docs-beta/README.md +++ b/docs/docs-beta/README.md @@ -71,6 +71,8 @@ yarn lint ## Lints documentation content using Vale Server ## Checks for style guide adherence, grammar, spelling, etc. yarn vale +yarn vale /path/to/file ## check individual file +yarn vale --no-wrap ## remove wrapping from output ``` ### Diagrams