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 4f72cc7 commit 3733efaCopy full SHA for 3733efa
docs/howto/add_relationship_links.md
@@ -37,7 +37,7 @@ class Api::V1::UserSerializer < ActiveModel::Serializer
37
end
38
```
39
40
-This will result in (example is in jsonapi adapter):
+This will result in (example is in JSONAPI adapter):
41
```json
42
{
43
"data": {
@@ -69,7 +69,7 @@ class Api::V1::UserSerializer < ActiveModel::Serializer
69
70
71
72
73
74
75
0 commit comments