Skip to content

Commit c72be6e

Browse files
Merge pull request #318 from kilavvy/master
Docs: Fix typo and formatting in `selector-access-control.md
2 parents 04b2a00 + 0e45f77 commit c72be6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/selector-access-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ If you prefer to deploy the components individually:
8787

8888
This contract is a specialized risk management contract that combines `SelectorAccessControl` with controlled parameter adjustment capabilities for EVK vaults. It is compatible with the `GovernorAccessControl` and `GovernorAccessControlEmergency` contracts and enables authorized users to modify vault parameters (caps and interest rate models) while enforcing safety limits.
8989

90-
`CapRiskSteward` allows autorized users to increase/decrease supply and borrow caps by up to 50% over 3 days. The maximum readjustment factor recharges over time.
90+
`CapRiskSteward` allows authorized users to increase/decrease supply and borrow caps by up to 50% over 3 days. The maximum readjustment factor recharges over time.
9191

92-
`CapRiskSteward` allows autorized users to substitute the interest rate model for an interest model deployed by the recognized factory.
92+
`CapRiskSteward` allows authorized users to substitute the interest rate model for an interest model deployed by the recognized factory.
9393

9494
### Usage
9595

@@ -108,4 +108,4 @@ This contract can be associated with one or more vaults deployed by the specifie
108108
1. Deploy an instance of `HookTargetAccessControl`, specifying the EVC address, default admin, and associated EVault factory address
109109
2. Grant roles to addresses for specific function selectors or the `WILD_CARD`
110110
3. Install the `HookTargetAccessControl` instance as a hook target for the desired vault(s) and configure hooked operations
111-
4. The vault will now enforce access control checks for hooked operations
111+
4. The vault will now enforce access control checks for hooked operations

0 commit comments

Comments
 (0)