Skip to content

Commit 01c6f48

Browse files
committed
fix(docs): correct wording in allowedExecutor description in IMintingTagManager documentation
1 parent 966c262 commit 01c6f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/fassets/reference/IMintingTagManager.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function mintingRecipient(uint256 _mintingTag) external view returns (address);
8282
### `allowedExecutor`
8383

8484
Return the currently active allowed executor for a given tag.
85-
If no executor is set or the pending change has not activated yet, this returns the previous executor.
85+
If no executor is set or the pending change has not been activated yet, this returns the previous executor.
8686

8787
```solidity
8888
function allowedExecutor(uint256 _mintingTag) external view returns (address);

0 commit comments

Comments
 (0)