Skip to content

Commit 5296101

Browse files
committed
docs: fix typo in config-nx-scopes readme [skip ci]
1 parent 6cf7f08 commit 5296101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/config-nx-scopes/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "module.exports = {extends: ['@commitlint/config-nx-scopes']};" > commitlin
1414

1515
## Filtering projects
1616

17-
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.
17+
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.
1818

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

0 commit comments

Comments
 (0)