diff --git a/specs/bridges/liquity/TroveBridge/readme.md b/specs/bridges/liquity/TroveBridge/readme.md index 33e4da16a..d227b9cae 100644 --- a/specs/bridges/liquity/TroveBridge/readme.md +++ b/specs/bridges/liquity/TroveBridge/readme.md @@ -15,7 +15,7 @@ There are 3 flows supported by the bridge: borrowing, repaying and redeeming. ### Borrowing Borrowing flow is simple. -User provides ETH on the input and gets LUSD on the ouput (+ accounting token used to rerpresent user's collateral and +User provides ETH on the input and gets LUSD on the output (+ accounting token used to rerpresent user's collateral and debt). Since the collateral ratio is fixed by the bridge, user gets the amount of LUSD out based only on the amount of collateral provided and the collateral ratio. @@ -90,4 +90,4 @@ These are the outside influences which can affect the bridge: No ## Does this bridge maintain state? If so, what is stored and why? -Yes, the bridge itself is an ERC20 token and the bridge token balances are used for accounting. \ No newline at end of file +Yes, the bridge itself is an ERC20 token and the bridge token balances are used for accounting.