Use consistent capitalization for JSONAPI adapter references

This commit is contained in:
Melissa Xie 2016-11-29 10:41:16 -05:00
parent 4f72cc7d8c
commit 3733efaf99

View File

@ -37,7 +37,7 @@ class Api::V1::UserSerializer < ActiveModel::Serializer
end end
``` ```
This will result in (example is in jsonapi adapter): This will result in (example is in JSONAPI adapter):
```json ```json
{ {
"data": { "data": {
@ -69,7 +69,7 @@ class Api::V1::UserSerializer < ActiveModel::Serializer
end end
``` ```
This will result in (example is in jsonapi adapter): This will result in (example is in JSONAPI adapter):
```json ```json
{ {
"data": { "data": {