Skip to content

Commit

Permalink
feature: improve wording in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dresslerdemos committed Apr 3, 2024
1 parent f30bc23 commit 3813853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For example clients can not only fetch `Book` resources in one request and `Auth

Setting the `fullName` attribute as filterable allows the client to fetch `Author` resources sorted by that attribute. But by setting the `author` relationship as filterable as well, the client can now sort `Book` resources by the name of the corresponding authors.

Also, setting the `author` relationship as updatable will allow anyone to change the author, but the value set must be a resource corresponding to the exact type set via `setResourceType($authorConfig)`.
Also, setting the `author` relationship as updatable will allow anyone to change the author, but the value set must be a resource corresponding to the exact resource type set via `setResourceType($authorConfig)`.

=== Example for a more complex scenario

Expand Down

0 comments on commit 3813853

Please sign in to comment.