diff --git a/src/Example.js b/src/Example.js index c4b6251..1401bdb 100644 --- a/src/Example.js +++ b/src/Example.js @@ -7,6 +7,6 @@ export default class Example { init() { this.element.textContent = 'hello, world!'; - console.log('ehu!'); + console.log('ehnu!'); } }