Skip to content

Commit 3e9b9da

Browse files
salazarluisfmontogeek
authored andcommitted
fix(guides): Revert #1912 "fixed line 62 spelling 'cosnole' -> 'console'"
Fixes supposed "error" on line 62, which is not an actual error and does not produce an error to debug.
1 parent 5795eee commit 3e9b9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ __src/print.js__
5959
``` diff
6060
export default function printMe() {
6161
- console.log('I get called from print.js!');
62-
+ console.log('I get called from print.js!');
62+
+ cosnole.log('I get called from print.js!');
6363
}
6464
```
6565

0 commit comments

Comments
 (0)