Skip to content

Commit 2cf9766

Browse files
authored
Revert "docs(guides) : Fixed line 62 spelling 'cosnole' -> 'console' (#1912)"
This reverts commit 599b9d8.
1 parent 599b9d8 commit 2cf9766

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)