From f49a4ee6dd5b10aabcb65f0a3cc13f0b41b4d336 Mon Sep 17 00:00:00 2001 From: Jehong Ahn Date: Mon, 2 Jul 2018 18:50:58 +0900 Subject: [PATCH] fix typo --- .../01-Service-Definition/02-graphcool.yml.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/0.x/04-Reference/01-Service-Definition/02-graphcool.yml.md b/docs/0.x/04-Reference/01-Service-Definition/02-graphcool.yml.md index 05a2ae282..487098bc3 100644 --- a/docs/0.x/04-Reference/01-Service-Definition/02-graphcool.yml.md +++ b/docs/0.x/04-Reference/01-Service-Definition/02-graphcool.yml.md @@ -99,9 +99,9 @@ permissions: # You can edit the fields a permission is applied to - operation: Customer.Read -- fields: - - firstName - - lastName + fields: + - firstName + - lastName # Only authenticated users can connect a `Message` # and `Customer` node via the `CustomerMessages`-relation @@ -388,9 +388,9 @@ permissions: # You can edit the fields a permission is applied to - operation: Customer.Read -- fields: - - firstName - - lastName + fields: + - firstName + - lastName # Only authenticated users can connect a `Message` # and `Customer` node via the `CustomerMessages`-relation