Skip to content

Commit 27ad6d1

Browse files
authored
fix: typos in documentation files (yearn#528)
* Update BaseStrategy.md * Update BaseStrategy.md * Update BaseStrategy.md
1 parent d131f30 commit 27ad6d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/developers/smart-contracts/V2/BaseStrategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Initializes the Strategy, this is called only once, when the
142142
|`_strategist` | address | The address to assign as `strategist`.
143143
The strategist is able to change the reward address
144144
|`_rewards` | address | The address to use for pulling rewards.
145-
|`_keeper` | address | The adddress of the _keeper._keeper
145+
|`_keeper` | address | The address of the _keeper._keeper
146146
can harvest and tend a strategy.
147147

148148
### setHealthCheck

docs/developers/smart-contracts/deprecated/V2/version-0.4.2/smart-contracts/BaseStrategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This Strategy's name.
8888
|`_strategist` | address | The address to assign as `strategist`.
8989
The strategist is able to change the reward address
9090
|`_rewards` | address | The address to use for pulling rewards.
91-
|`_keeper` | address | The adddress of the _keeper. _keeper
91+
|`_keeper` | address | The address of the _keeper. _keeper
9292
can harvest and tend a strategy.
9393

9494
### setStrategist

docs/developers/smart-contracts/deprecated/V2/version-0.4.3/smart-contracts/BaseStrategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This Strategy's name.
8888
|`_strategist` | address | The address to assign as `strategist`.
8989
The strategist is able to change the reward address
9090
|`_rewards` | address | The address to use for pulling rewards.
91-
|`_keeper` | address | The adddress of the _keeper. _keeper
91+
|`_keeper` | address | The address of the _keeper. _keeper
9292
can harvest and tend a strategy.
9393

9494
### setStrategist

0 commit comments

Comments
 (0)