Skip to content

Commit

Permalink
Fix error typo (#719)
Browse files Browse the repository at this point in the history
* Fix error typo

Closes #718

* Update javascript/packages/orchestrator/src/configGenerator.ts

---------

Co-authored-by: Javier Viola <javier@parity.io>
  • Loading branch information
Sacha Lansky and pepoviola authored Feb 2, 2023
1 parent fb6f6eb commit 19aa4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/src/configGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const isIterable = (obj: any) => {
const configurationFileChecks = (config: LaunchConfig): void => {
if ((config as any).hrmpChannels) {
throw new Error(
"'hrmpChannel' value the given configuration file is deprecated; Please use 'hrmp_channel' instead;",
"'hrmpChannels' value the given configuration file is deprecated; Please use 'hrmp_channels' instead;",
);
}

Expand Down

0 comments on commit 19aa4b0

Please sign in to comment.