From 0836361c0e873a73554ccc6aab338c7d5af1e2c7 Mon Sep 17 00:00:00 2001 From: Hanjun Kim Date: Wed, 17 Mar 2021 18:53:51 +0900 Subject: [PATCH] Fix typo (#8905) Co-authored-by: Marko --- simapp/params/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simapp/params/doc.go b/simapp/params/doc.go index 1c721342a..a2f3620a8 100644 --- a/simapp/params/doc.go +++ b/simapp/params/doc.go @@ -3,9 +3,9 @@ Package params defines the simulation parameters in the simapp. It contains the default weights used for each transaction used on the module's simulation. These weights define the chance for a transaction to be simulated at -any gived operation. +any given operation. -You can repace the default values for the weights by providing a params.json +You can replace the default values for the weights by providing a params.json file with the weights defined for each of the transaction operations: {