From b820f72f120987fa36077790c2c550ba4d65024f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B3bal=20Dom=C3=ADnguez?= Date: Thu, 26 Aug 2021 22:28:04 +0200 Subject: [PATCH] fix(repo): fix error in contributing docs (#6860) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the provided scope in the commit message example is not an accepted one Co-authored-by: Cristóbal Domínguez --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b0f1f1724b34..89f055ebbb1f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -246,7 +246,7 @@ Including the issue number that the PR relates to also helps with tracking. #### Example ``` -feat(generators): add an option to generate lazy-loadable modules +feat(angular): add an option to generate lazy-loadable modules `nx generate lib mylib --lazy` provisions the mylib project in tslint.json