Skip to content

Commit

Permalink
typo in const (#3654)
Browse files Browse the repository at this point in the history
Co-authored-by: Ricardo Macias <ricardomaciascastillo@hotmail.com>
  • Loading branch information
RicardoMaciasCastillo and Ricardo Macias committed Apr 27, 2023
1 parent 8ec0a5b commit fe5d327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {

Expand Down

0 comments on commit fe5d327

Please sign in to comment.