We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cf701 commit 551a2d3Copy full SHA for 551a2d3
src/StdConfig.sol
@@ -82,7 +82,7 @@ contract StdConfig {
82
/// parsed as either, the constructor will revert with an error.
83
///
84
/// @param configFilePath: The local path to the TOML configuration file.
85
- /// @param writeToFile: Whether to write updates back to the TOML file. Only for scrips.
+ /// @param writeToFile: Whether to write updates back to the TOML file. Only for scripts.
86
constructor(string memory configFilePath, bool writeToFile) {
87
if (writeToFile && !vm.isContext(VmSafe.ForgeContext.ScriptGroup)) {
88
revert WriteToFileInForbiddenCtxt();
0 commit comments