From 01ce4a8e02b09caef6d1edf0b7d3b97bc451f1a4 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Thu, 16 Jan 2025 11:50:59 -0800 Subject: [PATCH] Update spellcheck.md to include a redirection at the top for users who land here from REST API CI (#9643) --- doc/common/spellcheck.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/common/spellcheck.md b/doc/common/spellcheck.md index b4d1d5571a8..7116be7c93e 100644 --- a/doc/common/spellcheck.md +++ b/doc/common/spellcheck.md @@ -1,6 +1,10 @@ - # Spell Checking the Azure SDK +> [!NOTE] +> If you are working on an Azure REST API spec see SpellCheck instructions here: +> [https://aka.ms/ci-fix#spell-check](https://aka.ms/ci-fix#spell-check) + + To keep code quality high we use a code scanner (cspell) to check for spelling errors in source and other files. To keep code quality high we check spelling in CI. These tools can be run locally as well. ## Spell Check Locally