Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Nov 22, 2023
1 parent 907d63b commit 747dcdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface LogRateAnalysisAppState extends AiOpsFullIndexBasedAppState {
/**
* Transforms a full window parameters object to the abbreviated url state version.
*/
export const windowParameterstoAppState = (wp?: WindowParameters): LogRateAnalysisAppState['wp'] =>
export const windowParametersToAppState = (wp?: WindowParameters): LogRateAnalysisAppState['wp'] =>
wp && {
bMin: wp.baselineMin,
bMax: wp.baselineMax,
Expand Down

0 comments on commit 747dcdb

Please sign in to comment.