Skip to content

Commit

Permalink
docs: fix typo in config-nx-scopes readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytavares committed May 11, 2022
1 parent 4c9e1e8 commit 53251a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/config-nx-scopes/readme.md
Expand Up @@ -14,7 +14,7 @@ echo "module.exports = {extends: ['@commitlint/config-nx-scopes']};" > commitlin

## Filtering projects

You can filter projects by providing a filter function as the second parameter to `getProjects()`. The function will be called with an object containing each projects' `name`, `type`, and `tags`. Simply return a boolean to indicate whether the project should be included or not.
You can filter projects by providing a filter function as the second parameter to `getProjects()`. The function will be called with an object containing each projects' `name`, `projectType`, and `tags`. Simply return a boolean to indicate whether the project should be included or not.

As an example, the following code demonstrates how to select only applications that are not end-to-end tests.

Expand Down

0 comments on commit 53251a7

Please sign in to comment.