We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8edf0a commit 64cd198Copy full SHA for 64cd198
libraries/Matter/src/Matter.h
@@ -137,7 +137,7 @@
137
// fabric to still be around before we delete it
138
MATTER_FABRIC_WILL_BE_REMOVED = (uint16_t) chip::DeviceLayer::DeviceEventType::kFabricWillBeRemoved,
139
140
- // Fabric Has Been Removed: Signals that a fabric is effectivelly deleted
+ // Fabric Has Been Removed: Signals that a fabric is effectively deleted
141
MATTER_FABRIC_REMOVED = (uint16_t) chip::DeviceLayer::DeviceEventType::kFabricRemoved,
142
143
// Fabric Has Been Committed: Signals that a fabric in Fabric Table is persisted to storage, by CommitPendingFabricData
0 commit comments