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.
1 parent 576cbf9 commit 157d174Copy full SHA for 157d174
examples/index.md
@@ -389,7 +389,7 @@ The `source` member can also be used to indicate that the error originated
389
from a problem with a URI query parameter, like so:
390
391
```http
392
-GET /api/posts/1?include=auther HTTP/1.1
+GET /api/posts/1?include=author HTTP/1.1
393
```
394
395
@@ -401,7 +401,7 @@ Content-Type: application/vnd.api+json
401
{
402
"source": { "parameter": "include" },
403
"title": "Invalid Query Parameter",
404
- "detail": "The resource does not have an `auther` relationship path."
+ "detail": "The resource does not have an `author` relationship path."
405
}
406
]
407
0 commit comments