From ff94b047896ba2ea0b04a4f58437c4fb5db99012 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Fri, 4 Mar 2022 16:16:02 -0800 Subject: [PATCH] Update access-control-guide.md Fixing spelling errors --- docs/guides/access-control-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/access-control-guide.md b/docs/guides/access-control-guide.md index 773c3d4d83a12f..8d81b32298acc7 100644 --- a/docs/guides/access-control-guide.md +++ b/docs/guides/access-control-guide.md @@ -88,11 +88,11 @@ All fields are nullable, but at least one must be present, and the endpoint and device type fields are mutually exclusive (only one of those two may be present). -If cluster is present, the ACL is targetted to just that cluster. +If cluster is present, the ACL is targeted to just that cluster. -If endpoint is present, the ACL is targetted to just that endpoint. +If endpoint is present, the ACL is targeted to just that endpoint. -If device type is present, the ACL is targetted to just endpoints which contain +If device type is present, the ACL is targeted to just endpoints which contain that device type (as reported by the Descriptor Cluster). Specifying device type in targets is not yet supported in the Matter SDK.