Skip to content

Commit

Permalink
fix typos params.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronoss authored Jan 29, 2025
1 parent c616b56 commit a5ce72d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export interface ProposeParams {
/**
* The minimum duration to wait between a finalized bridge and
* proposing it. This allows other validators to have enough time to
* also recognize its occurence. Therefore the bridge daemon should
* also recognize its occurrence. Therefore the bridge daemon should
* pool for new finalized events at least as often as this parameter.
*/

Expand Down Expand Up @@ -74,7 +74,7 @@ export interface ProposeParamsSDKType {
/**
* The minimum duration to wait between a finalized bridge and
* proposing it. This allows other validators to have enough time to
* also recognize its occurence. Therefore the bridge daemon should
* also recognize its occurrence. Therefore the bridge daemon should
* pool for new finalized events at least as often as this parameter.
*/

Expand Down Expand Up @@ -311,4 +311,4 @@ export const SafetyParams = {
return message;
}

};
};

0 comments on commit a5ce72d

Please sign in to comment.