Skip to content

Commit

Permalink
fix(scully): fix typo in error message (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderElias authored Mar 15, 2022
1 parent f6a2485 commit d2fd4fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions libs/scully/src/lib/utils/startup/scullyInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@ async function checkIfRenderPluginIsLoaded(scullyConfig: ScullyConfig) {
============================================================`);
process.exit(15);
}
logWarn(` Deprication Notice:
logWarn(` Deprecation Notice:
======================================================================
From now on, the plugin that is being used to render a route is
able to be changed by the user. You can do this by adding or
enabling the plugin in the scully.json file. For your convenience,
we loaded the Puppeteer plugin for you.
enabling the plugin your ${yellow(`scully.${scullyConfig.projectName}.config.ts`)}
file. For your convenience, we loaded the Puppeteer plugin for you.
To disable this warning enable the plugin of your choice.
for Puppteer please add:
for Puppeteer please add:
import '${pluginName}';
to your scully.${scullyConfig.projectName}.config.ts file.
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2fd4fb

Please sign in to comment.