Skip to content

Commit fe5d327

Browse files
RicardoMaciasCastilloRicardo Macias
and
Ricardo Macias
authored
typo in const (#3654)
Co-authored-by: Ricardo Macias <ricardomaciascastillo@hotmail.com>
1 parent 8ec0a5b commit fe5d327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ module.exports = {
216216
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:
217217

218218
```js
219-
connst { I } = inject();
219+
const { I } = inject();
220220

221221
module.exports = {
222222

0 commit comments

Comments
 (0)