diff --git a/libs/i18n/src/locales/en/trading.json b/libs/i18n/src/locales/en/trading.json index 811aadc77..4286f900d 100644 --- a/libs/i18n/src/locales/en/trading.json +++ b/libs/i18n/src/locales/en/trading.json @@ -110,7 +110,7 @@ "Fills": "Fills", "Final commission rate": "Final commission rate", "Find out more": "Find out more", - "Fore more info, visit the documentation": "For more info, visit the documentation", + "For more info, visit the documentation": "For more info, visit the documentation", "Free from the risks of real trading, Fairground is a safe and fun place to try out Vega yourself with virtual assets.": "Free from the risks of real trading, Fairground is a safe and fun place to try out Vega yourself with virtual assets.", "From epoch": "From epoch", "Fully decentralised high performance peer-to-network trading.": "Fully decentralised high performance peer-to-network trading.", diff --git a/libs/types/src/global-types-mappings.ts b/libs/types/src/global-types-mappings.ts index 586a89140..60cf886c3 100644 --- a/libs/types/src/global-types-mappings.ts +++ b/libs/types/src/global-types-mappings.ts @@ -751,7 +751,7 @@ export const LiquidityFeeMethodMappingDescription: { [e in LiquidityFeeMethod]: string; } = { METHOD_CONSTANT: `This liquidity fee is a constant value, set in the market parameters, and overrides the liquidity providers' nominated fees.`, - METHOD_MARGINAL_COST: `This liquidity fee factor is determined by sorting all LP fee bids from lowest to highest, with LPs' commitments tallied up to fulfil the market's target stake. The last LP's bid becomes the fee factor.`, + METHOD_MARGINAL_COST: `This liquidity fee factor is determined by sorting all LP fee bids from lowest to highest, with LPs' commitments tallied up to the point of fulfilling the market's target stake. The last LP's bid becomes the fee factor.`, METHOD_UNSPECIFIED: 'Unspecified', METHOD_WEIGHTED_AVERAGE: `This liquidity fee is the weighted average of all liquidity providers' nominated fees, weighted by their commitment.`, };