We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c8972b + 603a214 commit 746565dCopy full SHA for 746565d
docs/features/helpers.md
@@ -75,7 +75,7 @@ This helper returns a generator that allows you to create JSON API link objects
75
/** @var \Neomerx\JsonApi\Contracts\Document\LinkInterface $link */
76
$link = json_api('v1')->links()->index('posts');
77
$meta = ['foo' => 'bar'];
78
-$link = json_api('v1)->links()->index('posts', $meta);
+$link = json_api('v1')->links()->index('posts', $meta);
79
```
80
81
The following methods on the links generator create links for resources within your API:
0 commit comments