Skip to content

Commit c2a2570

Browse files
docs: update wording
Co-authored-by: Luke Downing <[email protected]>
1 parent 66a5b15 commit c2a2570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ php artisan test --gql-coverage --schema-command="php artisan lighthouse:print-s
5656
### Excluding nodes from total coverage
5757

5858
By default, all nodes will be included when calculating coverage. However, if you have nodes such as the built-in
59-
Lighthouse pagination types that you do not want to be covered, you can disable these from your Pest configuration.
59+
Lighthouse pagination types that you do not want to be covered, you can configure ignored fields from your `Pest.php` configuration file.
6060

6161
```php
6262
<?php

0 commit comments

Comments
 (0)