We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966c262 commit 01c6f48Copy full SHA for 01c6f48
1 file changed
docs/fassets/reference/IMintingTagManager.mdx
@@ -82,7 +82,7 @@ function mintingRecipient(uint256 _mintingTag) external view returns (address);
82
### `allowedExecutor`
83
84
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.
+If no executor is set or the pending change has not been activated yet, this returns the previous executor.
86
87
```solidity
88
function allowedExecutor(uint256 _mintingTag) external view returns (address);
0 commit comments