From 39ce047520f909954a675db08b0270f1ab5e42cf Mon Sep 17 00:00:00 2001 From: Tennessee Carmel-Veilleux Date: Mon, 4 Apr 2022 13:39:00 -0400 Subject: [PATCH] Update src/app/server/Server.h Co-authored-by: Boris Zbarsky --- src/app/server/Server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/server/Server.h b/src/app/server/Server.h index 886511a66c7dae..b97c4cce95e472 100644 --- a/src/app/server/Server.h +++ b/src/app/server/Server.h @@ -96,7 +96,7 @@ struct ServerInitParams * transitioning to injecting product/platform-owned resources. This version * of `ServerInitParams` statically owns and initializes (via the * `InitializeStaticResourcesBeforeServerInit()` method) the persistent storage - * delegate, the group data provider, and the access control delegate). This is to reduce + * delegate, the group data provider, and the access control delegate. This is to reduce * the amount of copied boilerplate in all the example initializations (e.g. AppTask.cpp, * main.cpp). *