From 0f6e41e9f7ec9aa8036ea66d82d7650c46bb474e Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:07:25 +0800 Subject: [PATCH] Fix typos in documents --- docs/rfc-1-staking-contract.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rfc-1-staking-contract.adoc b/docs/rfc-1-staking-contract.adoc index 6a244fa9..c012a6cb 100644 --- a/docs/rfc-1-staking-contract.adoc +++ b/docs/rfc-1-staking-contract.adoc @@ -235,7 +235,7 @@ for the given provider and application. Requests decrease of all authorizations for the given provider on all applications by all authorized amount. Calls `authorizationDecreaseRequested(address stakingProvider, uint256 amount)` for each authorized application. It may not change the authorized amount -immediatelly. When it happens depends on the application. Can only be called by +immediately. When it happens depends on the application. Can only be called by the given staking provider’s authorizer. Overwrites pending authorization decrease for the given staking provider and application. @@ -443,6 +443,6 @@ happen right away but it also may happen several months later. Used by T staking contract to inform the application the authorization has been decreased for the given staking provider to the given amount involuntarily, -as a result of slashing. Lets the application to do any housekeeping neccessary. +as a result of slashing. Lets the application to do any housekeeping necessary. Called with 250k gas limit and does not revert the transaction if `involuntaryAuthorizationDecrease` call failed.