diff --git a/docs/curve_contract.md b/docs/curve_contract.md index 743eb38..771b895 100644 --- a/docs/curve_contract.md +++ b/docs/curve_contract.md @@ -124,7 +124,7 @@ Below is a function by function breakdown of the `view` (non state changing) cur #### `collateralToken` -**Purpose:** Allows a user to check the address off the collateral token (DAI). +**Purpose:** Allows a user to check the address of the collateral token (DAI). **Parameters:** - N/A @@ -226,4 +226,4 @@ This function will initialise the curve so that it can start functioning as the ``` **Possible Exceptions:** -- Should the curve already be removed as a `minterRole` from the token the revert message will be `"Roles: account does not have role"`. **Note** that should this revert message be received there is a fatal flaw. This message should not be received. \ No newline at end of file +- Should the curve already be removed as a `minterRole` from the token the revert message will be `"Roles: account does not have role"`. **Note** that should this revert message be received there is a fatal flaw. This message should not be received.