Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 78e908f

Browse files
committed
Fix grammar
1 parent e3a5bbb commit 78e908f

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
@@ -52,7 +52,7 @@ A JSON-API Document may contain one primary Element. The primary Element will be
5252

5353
#### Sparse Fieldsets
5454

55-
You can specify which fields (attributes and relationships) to be included on an Element using the `fields` method. You must provide a multidimensional array organized by resource type:
55+
You can specify which fields (attributes and relationships) are to be included on an Element using the `fields` method. You must provide a multidimensional array organized by resource type:
5656

5757
```php
5858
$collection->fields(['posts' => ['title', 'date']]);

0 commit comments

Comments
 (0)