From 2524696ecbdea9324d13ffad7947a48724c98906 Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Mon, 11 Dec 2023 11:33:41 -0500 Subject: [PATCH] Address post merge PR review comment in CommandSender (#30923) --- src/app/CommandSender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/CommandSender.h b/src/app/CommandSender.h index 4a1744e8113b7e..8e9af65eaf9d3e 100644 --- a/src/app/CommandSender.h +++ b/src/app/CommandSender.h @@ -111,7 +111,7 @@ class CommandSender final : public Messaging::ExchangeDelegate * The CommandSender object MUST continue to exist after this call is completed. The application shall wait until it * receives an OnDone call to destroy the object. * - * It is advised that subclass should only override this or `OnResponseWithAdditionalData`. But, it shouldn't actually + * It is advised that subclasses should only override this or `OnResponseWithAdditionalData`. But, it shouldn't actually * matter if both are overridden, just that `OnResponse` will never be called by CommandSender directly. * * @param[in] apCommandSender The command sender object that initiated the command transaction.