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