Skip to content

Commit

Permalink
Fix Doc Issue (#27590)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyajitanand authored and pull[bot] committed Nov 3, 2023
1 parent 07bdfa0 commit 1077820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/repl/Matter_Multi_Fabric_Commissioning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down

0 comments on commit 1077820

Please sign in to comment.