Skip to content

Commit

Permalink
docs(stellate-plugin): Fix naming in example
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jan 25, 2024
1 parent 4ac6f64 commit 269ad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stellate-plugin/src/stellate-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const StellateOptionsProvider = {
* serviceName: 'my-service',
* // The API token for the Stellate Purging API. See the "pre-requisites" section above.
* apiToken: process.env.STELLATE_PURGE_API_TOKEN,
* debugMode: !isProd || process.env.STELLATE_DEBUG_MODE ? true : false,
* devMode: !isProd || process.env.STELLATE_DEBUG_MODE ? true : false,
* debugLogging: process.env.STELLATE_DEBUG_MODE ? true : false,
* purgeRules: [
* ...defaultPurgeRules,
Expand Down

0 comments on commit 269ad91

Please sign in to comment.