diff --git a/src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h b/src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h index b01a1edcd11f29..b76e7d38a225c0 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h +++ b/src/darwin/Framework/CHIP/MTRDeviceControllerParameters.h @@ -80,7 +80,7 @@ MTR_AVAILABLE(ios(17.6), macos(14.6), watchos(10.6), tvos(17.6)) /** * Sets the maximum subscriptions allowed for devices on Thread. This defaults to 3. * - * If this value is 0, the maximum subscriptinos allowed will be set to 1. + * If this value is 0, the maximum subscriptions allowed will be set to 1. */ @property (nonatomic, assign) NSUInteger concurrentSubscriptionsAllowedOnThread MTR_NEWLY_AVAILABLE;