Skip to content

Commit

Permalink
chore: spell correct
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-pot-monkey authored and kronosapiens committed Feb 15, 2023
1 parent c013332 commit ba3a875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/colonyNetwork/IColonyNetwork.sol
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ interface IColonyNetwork is ColonyNetworkDataTypes, IRecovery, IBasicMetaTransac
/// @notice Called to deploy a token authority
/// @dev This is more expensive than deploying a token directly, but is able to be done via
/// a metatransaction
/// @param _token The address of the otken
/// @param _token The address of the token
/// @param _colony The address of the colony in control of the token
/// @param _allowedToTransfer An array of addresses that are allowed to transfer the token even if it's locked
/// @return _tokenAuthority The address of the newly deployed TokenAuthority
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/icolonynetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Called to deploy a token authority

|Name|Type|Description|
|---|---|---|
|_token|address|The address of the otken
|_token|address|The address of the token
|_colony|address|The address of the colony in control of the token
|_allowedToTransfer|address[]|An array of addresses that are allowed to transfer the token even if it's locked

Expand Down

0 comments on commit ba3a875

Please sign in to comment.