From 10466027c93468f6cb73e6015985bff374331f15 Mon Sep 17 00:00:00 2001 From: Satyajit Anand Date: Tue, 11 Jul 2023 09:37:17 +0530 Subject: [PATCH] Fix Doc Issue (#27841) --- docs/guides/repl/Matter_Multi_Fabric_Commissioning.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/repl/Matter_Multi_Fabric_Commissioning.ipynb b/docs/guides/repl/Matter_Multi_Fabric_Commissioning.ipynb index fe60b08a1c709c..5738ee612c9967 100644 --- a/docs/guides/repl/Matter_Multi_Fabric_Commissioning.ipynb +++ b/docs/guides/repl/Matter_Multi_Fabric_Commissioning.ipynb @@ -958,7 +958,7 @@ "source": [ "### Establish CASE and Read OpCreds\n", "\n", - "To prove that we do indeed have two distinct fabrics and controllers on each fabric, let's go ahead and update the label of each fabric. To do so, you'd need to succcessfully establish a CASE session through a controller on the respective fabric, and call the 'UpdateLabel' command.\n", + "To prove that we do indeed have two distinct fabrics and controllers on each fabric, let's go ahead and update the label of each fabric. To do so, you'd need to successfully establish a CASE session through a controller on the respective fabric, and call the 'UpdateLabel' command.\n", "\n", "Underneath the covers, each device controller will do operational discovery of the NodeId being read and establish a CASE session before issuing the IM interaction." ]