Skip to content

Commit 1fb63ec

Browse files
author
Adrien Hamelin
authored
chore: fix typo (#97)
1 parent 56e16aa commit 1fb63ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Editor/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const Editor = ({ readOnly = false }: Props) => {
9595
log(warning, 'warn')
9696
}
9797

98-
log('Compilation succesful')
98+
log('Compilation successful')
9999

100100
try {
101101
deployContract(byteCode, new BN(callValue)).then((tx) => {

0 commit comments

Comments
 (0)