From 6c21ffdfd56be76d5f91912f38406bcc6c6d0882 Mon Sep 17 00:00:00 2001 From: stanleyn Date: Fri, 24 Nov 2023 13:01:30 +0000 Subject: [PATCH] Fix typo in Contributing doc Signed-off-by: stanleyn --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07c2a3d96f..527957677b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,7 +139,7 @@ yarn build:api-reports # Build API Reports used for documentation yarn lint # lint packages that have changed since later commit on origin/master yarn lint:all # lint all packages -yarn lind:docs # lint all the Markdown files +yarn lint:docs # lint all the Markdown files yarn lint:type-deps # verify that @types/* dependencies are placed correctly in packages yarn test # test packages that have changed since later commit on origin/master