diff --git a/developer/arbitration-development/erc-792-arbitration-standard.md b/developer/arbitration-development/erc-792-arbitration-standard.md index 8494002..2c4985c 100644 --- a/developer/arbitration-development/erc-792-arbitration-standard.md +++ b/developer/arbitration-development/erc-792-arbitration-standard.md @@ -117,7 +117,7 @@ interface IArbitrator { function appeal(uint256 _disputeID, bytes calldata _extraData) external payable; /** - * @dev Compute the cost of appeal. It is recommended not to increase it often, as it can be higly time and gas consuming for the arbitrated contracts to cope with fee augmentation. + * @dev Compute the cost of appeal. It is recommended not to increase it often, as it can be highly time and gas consuming for the arbitrated contracts to cope with fee augmentation. * @param _disputeID ID of the dispute to be appealed. * @param _extraData Can be used to give additional info on the dispute to be created. * @return cost Amount to be paid.