diff --git a/protocol/0041-TSTK-target_stake.md b/protocol/0041-TSTK-target_stake.md
index 3229ec4b7..ed75b74c3 100644
--- a/protocol/0041-TSTK-target_stake.md
+++ b/protocol/0041-TSTK-target_stake.md
@@ -97,7 +97,7 @@ The above design ensures the `target_stake` of a market is unable to fluctuate d
- For a spot market, given a `scaling_factor=1` and non-zero asset decimals. The target stake should be set to the maximum total supplied stake over the previous `time_window`. (0041-TSTK-XXX)
- For a spot market, given a `scaling_factor<1` The target stake should be set to the product of the `scaling_factor` and the maximum total supplied stake over the previous `time_window`. (0041-TSTK-XXX)
- For a spot market, given a LP increases their commitment, the target stake should increase to reflect that change. (0041-TSTK-XXX)
-- For a spot market, given a LP decreases their commitment, the target stake will not decrease to reflect that change un till end of the epoch when the reduction is processed and the rolling time window no longer includes the total stake prior to the commitment change.(0041-TSTK-XXX)
+- For a spot market, given a LP decreases their commitment, the target stake will not decrease to reflect that change until end of the epoch when the reduction is processed and the rolling time window no longer includes the total stake prior to the commitment change.(0041-TSTK-XXX)
- For a spot market, change of `market.stake.target.scalingFactor` will immediately change the target stake. (0041-TSTK-XXX)
- For a spot market, an increase of `time_window` will immediately change the length of time window over which total stake is measured however new records will not be added hence the target stake will not immediately change (0041-TSTK-XXX)
- For a spot market, a decrease of `time_window` will immediately change the length of time window over which the total stake is measured and old records will be dropped hence the target stake will immediately change (0041-TSTK-XXX)
diff --git a/protocol/0044-LIME-lp_mechanics.md b/protocol/0044-LIME-lp_mechanics.md
index 85528674d..42bbf8657 100644
--- a/protocol/0044-LIME-lp_mechanics.md
+++ b/protocol/0044-LIME-lp_mechanics.md
@@ -322,7 +322,7 @@ and in the case of spot markets into the network treasury for the asset (0044-LIME-019). For product spot (0044-LIME-0XX)
- If a liquidity provider with an active liquidity provision at the start of an epoch reduces their liquidity provision staked commitment during the epoch the initial committed level at the start of the epoch will remain in effect until the end of the epoch, at which point the protocol will attempt to reduce the bond to the new level. If the bond stake has been slashed to a level lower than the amendment, this slashed level will be retained (i.e. the protocol will not attempt to now increase the commitment) (0044-LIME-020). For product spot (0044-LIME-0XX)
- If a liquidity provider with an active liquidity provision at the start of an epoch amends the fee level associated to this commitment during the epoch, this change will only take effect at the end of the epoch. (0044-LIME-021). For product spot (0044-LIME-0XX)
-- If a liquidity provider with an active liquidity provision at the start of an epoch increases their liquidity provision staked commitment during the epoch, the amended committed level will take affect immediately and the protocol will attempt to increase the bond to the new level if they do not have sufficient collateral in the settlement asset of the market to meet new commitment amount then the amendment will be rejected and old commitment amount is retained (0044-LIME-030). For product spot (0044-LIME-0XX)
+- If a liquidity provider with an active liquidity provision at the start of an epoch increases their liquidity provision staked commitment during the epoch, the amended committed level will take affect immediately and the protocol will attempt to increase the bond to the new level, if they do not have sufficient collateral in the settlement asset of the market to meet new commitment amount then the amendment will be rejected and old commitment amount is retained (0044-LIME-030). For product spot (0044-LIME-0XX)
- If a liquidity provider with an active liquidity provision at the start of an epoch increases their liquidity provision staked commitment during the epoch, the amended committed level will take affect immediately and
- the protocol will increase the bond to the new level if they have sufficient collateral in the settlement asset of the market to meet new commitment amount (0044-LIME-031). For product spot (0044-LIME-0XX)
- at the end of the current epoch rewards / penalties are evaluated based on the balance of the bond account at start of epoch (0044-LIME-049). For product spot (0044-LIME-0XX)