We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e16aa commit 1fb63ecCopy full SHA for 1fb63ec
components/Editor/index.tsx
@@ -95,7 +95,7 @@ const Editor = ({ readOnly = false }: Props) => {
95
log(warning, 'warn')
96
}
97
98
- log('Compilation succesful')
+ log('Compilation successful')
99
100
try {
101
deployContract(byteCode, new BN(callValue)).then((tx) => {
0 commit comments