From 0b7a189f7c7c92d2d1ecf96cce7854073ce1d32c Mon Sep 17 00:00:00 2001 From: Farzad Soltani Date: Sun, 6 Aug 2023 19:46:18 +0330 Subject: [PATCH] fix(docs): Typo in Calling Cerbos (#1726) fix(docs): typo Signed-off-by: Farzad Soltani --- docs/modules/ROOT/pages/tutorial/03_calling-cerbos.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/tutorial/03_calling-cerbos.adoc b/docs/modules/ROOT/pages/tutorial/03_calling-cerbos.adoc index 6ff3a933f..4b5a9f5c4 100644 --- a/docs/modules/ROOT/pages/tutorial/03_calling-cerbos.adoc +++ b/docs/modules/ROOT/pages/tutorial/03_calling-cerbos.adoc @@ -52,7 +52,7 @@ The request payload to the `/api/check` endpoint takes these 3 bits of informati "attr": {} // a map of attributes about the user - not used yet }, "resource": { - "kind": "contact", // the type of the resoureces + "kind": "contact", // the type of the resources "instances": { // a map of the resource instance(s) being checked "contact_1": { // key is the ID of the resource instance "attr": {} // a map of attributes about the resource - not used yet