diff --git a/docs/tutorial.md b/docs/tutorial.md index 7116dfcb7..053271413 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -216,7 +216,7 @@ module.exports = { Feels really empty. What should we do about it? Should we write more code? No, we already have it. Let's copy code blocks from a test we have it and place them under a corredponnding function names: ```js -connst { I } = inject(); +const { I } = inject(); module.exports = {