From 621b1c8b250fc4a2c842480538a28a0560b88056 Mon Sep 17 00:00:00 2001 From: Manuel Osorio Date: Wed, 12 Jan 2022 03:35:52 -0500 Subject: [PATCH] fix: typo inside scullyInit.ts (#1514) --- libs/scully/src/lib/utils/startup/scullyInit.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/scully/src/lib/utils/startup/scullyInit.ts b/libs/scully/src/lib/utils/startup/scullyInit.ts index 1754914ea..8280998f0 100644 --- a/libs/scully/src/lib/utils/startup/scullyInit.ts +++ b/libs/scully/src/lib/utils/startup/scullyInit.ts @@ -102,12 +102,12 @@ async function checkIfRenderPluginIsLoaded(scullyConfig: ScullyConfig) { enabling the plugin in the scully.json file. For your convenience, we loaded the Puppeteer plugin for you. - To disable this warning enable the plugin of your choiche. + To disable this warning enable the plugin of your choice. for Puppteer please add: import '${pluginName}'; to your scully.${scullyConfig.projectName}.config.ts file. - When you get this waring while not using scully-plugin-puppeteer + When you get this warning while not using scully-plugin-puppeteer you need to set the defaultRouteRenderer to the name of your plugin. The defaultRouteRenderer is now set to '${routeRenderer}'. ======================================================================`);