Skip to content

Commit

Permalink
Fixed a grammatical typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jszuminski committed Nov 22, 2023
1 parent cb718db commit 5060e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/schemas/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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
}
],
Expand Down

0 comments on commit 5060e51

Please sign in to comment.