Skip to content

Commit

Permalink
fix: typo inside scullyInit.ts (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelosorio authored Jan 12, 2022
1 parent 18e949f commit 621b1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/scully/src/lib/utils/startup/scullyInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}'.
======================================================================`);
Expand Down

0 comments on commit 621b1c8

Please sign in to comment.