From 107782075b7e4250aaae2c3a95958b59ff917eed Mon Sep 17 00:00:00 2001 From: Satyajit Anand Date: Thu, 6 Jul 2023 08:38:49 +0530 Subject: [PATCH] Fix Doc Issue (#27590) --- 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 d987196f2b1dbf..fe60b08a1c709c 100644 --- a/docs/guides/repl/Matter_Multi_Fabric_Commissioning.ipynb +++ b/docs/guides/repl/Matter_Multi_Fabric_Commissioning.ipynb @@ -24,7 +24,7 @@ "source": [ "## FabricAdmins and Controllers\n", "\n", - "The `FabricAdmin` class (present in the `chip.FabricAdmin` package) is responsible for adminstering a fabric. It houses the Fabric ID and Index, as well as an RCAC and ICAC that provides the certificate material grounding that fabric.\n", + "The `FabricAdmin` class (present in the `chip.FabricAdmin` package) is responsible for administering a fabric. It houses the Fabric ID and Index, as well as an RCAC and ICAC that provides the certificate material grounding that fabric.\n", "\n", "The `FabricAdmin` can be used to vend `ChipDeviceController` objects that represent a controller instance with a specific identity grounded in the admin's fabric. This controller can then be used to commission and interact with devices." ]