Skip to content

Commit 2dc1bf5

Browse files
authoredApr 15, 2024
Update README.md (allo-protocol#543)
Fixed grammatical error
1 parent 33e42e5 commit 2dc1bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ flowchart
6060
</tr>
6161
<tr>
6262
<td>BaseStrategy.sol</td>
63-
<td>- Abstract contract which implements IStrategy.sol<br>- Every strategy should override the internal functions to be deemed as a valid strategy <br>- Can have other functions unique to the strategy which can be invoked directly on the startegy</td>
63+
<td>- Abstract contract which implements IStrategy.sol<br>- Every strategy should override the internal functions to be deemed as a valid strategy <br>- Can have other functions unique to the strategy which can be invoked directly on the strategy</td>
6464
</tr>
6565
</tbody>
6666
</table>

0 commit comments

Comments
 (0)
Please sign in to comment.