From 4c360ded9a3bd3897d464f35cbaeb635be8a17c1 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Thu, 3 Sep 2020 17:11:15 +0200 Subject: [PATCH] Misc typo --- src/components/appBootstrap/ServerPageBootstrap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/appBootstrap/ServerPageBootstrap.tsx b/src/components/appBootstrap/ServerPageBootstrap.tsx index d7d40aadd..2cba2dd77 100644 --- a/src/components/appBootstrap/ServerPageBootstrap.tsx +++ b/src/components/appBootstrap/ServerPageBootstrap.tsx @@ -18,7 +18,7 @@ const logger = createLogger({ export type ServerPageBootstrapProps = MultiversalAppBootstrapProps; /** - * Bootstraps the page, only when rendered on the browser + * Bootstraps the page, only when rendered on the server * * @param props */