diff --git a/libs/remix-ui/workspace/src/lib/templates/examples.ts b/libs/remix-ui/workspace/src/lib/templates/examples.ts index c5ea1bd251..5a7efd61f9 100644 --- a/libs/remix-ui/workspace/src/lib/templates/examples.ts +++ b/libs/remix-ui/workspace/src/lib/templates/examples.ts @@ -259,7 +259,7 @@ contract BallotTest { const deployWithWeb3 = ` // This script example is to deploy the "Storage" contract using Web3 library. // Please make sure to compile "./contracts/1_Storage.sol" file before running this script. -// Use Right click -> "Run" from content menu of the file to run the script. +// Use Right click -> "Run" from context menu of the file to run the script. import { deploy } from './web3.ts' @@ -276,7 +276,7 @@ import { deploy } from './web3.ts' const deployWithEthers = ` // This script example is to deploy the "Storage" contract using ethers.js library. // Please make sure to compile "./contracts/1_Storage.sol" file before running this script. -// Use Right click -> "Run" from content menu of the file to run the script. +// Use Right click -> "Run" from context menu of the file to run the script. import { deploy } from './ethers.ts'