diff --git a/README.md b/README.md index f4e3ea9d..2411caed 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ These are set as variables in your environment. They take precedence over option - `HIGHCHARTS_CORE_SCRIPTS`: Highcharts core scripts to fetch. - `HIGHCHARTS_MODULES`: Highcharts modules to fetch. - `HIGHCHARTS_INDICATORS`: Highcharts indicators to fetch. -- `HIGHCHARTS_FORCE_FETCH`: Should re-fetch all the scripts after each server re-run. +- `HIGHCHARTS_FORCE_FETCH`: Should refetch all the scripts after each server rerun. ### Custom code config - `HIGHCHARTS_ALLOW_CODE_EXECUTION`: If set to true, allow for the execution of arbitrary code when exporting. diff --git a/lib/schemas/config.js b/lib/schemas/config.js index c78abaad..20343201 100644 --- a/lib/schemas/config.js +++ b/lib/schemas/config.js @@ -129,7 +129,7 @@ export const defaultConfig = { value: false, type: 'boolean', description: - 'Should all the scripts be re-fetched after re-running the server.' + 'Should all the scripts be refetched after rerunning the server.' } }, export: { @@ -530,7 +530,7 @@ export const promptsConfig = { { type: 'toggle', name: 'forceFetch', - message: 'Should re-fetch all the scripts after each server re-run', + message: 'Should refetch all the scripts after each server rerun', initial: defaultConfig.highcharts.forceFetch.value } ],