Skip to content

Commit

Permalink
Fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Jun 13, 2023
1 parent 8d145d4 commit 4878019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/contracts/IBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface IBridge {
bytes _calldata
);

/// @notice Emitted on the destination chain when a message bas been received by the destination bridge
/// @notice Emitted on the destination chain when a message has been received by the destination bridge
/// @param _from the msg.sender calling the origin bridge
/// @param _to the destination contract on the destination chain
/// @param _fee the bridge fee on the origin chain
Expand All @@ -39,7 +39,7 @@ interface IBridge {

/// @notice Dispatches a message from the given chain. Must be called by a developer or another contract.
/// @notice If this is the L2 bridge, then this methods dispatches a message from L2 to L1.
/// @dev This function should be called with a value > _fee. The reminder will be send on the destination chain.
/// @dev This function should be called with a value > _fee. The reminder will be sent on the destination chain.
/// @param _to the destination contract on the destination chain
/// @param _fee the bridge fee on the origin chain
/// @param _deadline timestamp as second since unix epoch after which the transaction is invalid and can be dropped
Expand Down

0 comments on commit 4878019

Please sign in to comment.