Skip to content

Commit 3446200

Browse files
committed
sync parameter names
1 parent e5ca4ee commit 3446200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/util/options.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ export function help(config: Config, options?: HelpOptions): string;
5656
export function addDefaults(config: Config, options: { [key: string]: number | string });
5757

5858
/** Merges two sets of options into one, preferring the newer set. */
59-
export function merge(config: Config, newerOptions: { [key: string]: number | string }, olderOptions: { [key: string]: number | string });
59+
export function merge(config: Config, currentOptions: { [key: string]: number | string }, parentOptions: { [key: string]: number | string });

0 commit comments

Comments
 (0)