Skip to content

Commit

Permalink
fix(repo): fix error in contributing docs (#6860)
Browse files Browse the repository at this point in the history
the provided scope in the commit message example is not an accepted one

Co-authored-by: Cristóbal Domínguez <cristobal.dominguez@allmyhomes.com>
  • Loading branch information
cristobaldominguez95 and Cristóbal Domínguez committed Aug 26, 2021
1 parent 62f2fb6 commit b820f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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
Expand Down

0 comments on commit b820f72

Please sign in to comment.