From fe5d32711d759cfbc9f647bb0a76d448ec5a9f8e Mon Sep 17 00:00:00 2001 From: Ricardo Macias Castillo <88789308+RicardoMaciasCastillo@users.noreply.github.com> Date: Wed, 26 Apr 2023 18:06:30 -0600 Subject: [PATCH] typo in const (#3654) Co-authored-by: Ricardo Macias --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {