Skip to content

Commit 599b9d8

Browse files
j-d-bmontogeek
authored andcommitted
docs(guides) : Fixed line 62 spelling 'cosnole' -> 'console' (#1912)
1 parent 271ca48 commit 599b9d8

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-
+ cosnole.log('I get called from print.js!');
62+
+ console.log('I get called from print.js!');
6363
}
6464
```
6565

0 commit comments

Comments
 (0)