From 4f72cc7d8c57aa8939dfb4a9dae0854a497b5a0f Mon Sep 17 00:00:00 2001 From: Melissa Xie Date: Tue, 29 Nov 2016 10:38:12 -0500 Subject: [PATCH 1/2] Fix "result" typo --- docs/howto/add_relationship_links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/add_relationship_links.md b/docs/howto/add_relationship_links.md index b942acc75..12e98ff78 100644 --- a/docs/howto/add_relationship_links.md +++ b/docs/howto/add_relationship_links.md @@ -37,7 +37,7 @@ class Api::V1::UserSerializer < ActiveModel::Serializer end ``` -This will resilt in (example is in jsonapi adapter): +This will result in (example is in jsonapi adapter): ```json { "data": { @@ -69,7 +69,7 @@ class Api::V1::UserSerializer < ActiveModel::Serializer end ``` -This will resilt in (example is in jsonapi adapter): +This will result in (example is in jsonapi adapter): ```json { "data": { From 3733efaf99333aaeee79b49582f5553324ed906b Mon Sep 17 00:00:00 2001 From: Melissa Xie Date: Tue, 29 Nov 2016 10:41:16 -0500 Subject: [PATCH 2/2] Use consistent capitalization for JSONAPI adapter references --- docs/howto/add_relationship_links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/add_relationship_links.md b/docs/howto/add_relationship_links.md index 12e98ff78..a27f7e2da 100644 --- a/docs/howto/add_relationship_links.md +++ b/docs/howto/add_relationship_links.md @@ -37,7 +37,7 @@ class Api::V1::UserSerializer < ActiveModel::Serializer end ``` -This will result in (example is in jsonapi adapter): +This will result in (example is in JSONAPI adapter): ```json { "data": { @@ -69,7 +69,7 @@ class Api::V1::UserSerializer < ActiveModel::Serializer end ``` -This will result in (example is in jsonapi adapter): +This will result in (example is in JSONAPI adapter): ```json { "data": {