We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5795eee commit 3e9b9daCopy full SHA for 3e9b9da
src/content/guides/development.md
@@ -59,7 +59,7 @@ __src/print.js__
59
``` diff
60
export default function printMe() {
61
- console.log('I get called from print.js!');
62
-+ console.log('I get called from print.js!');
++ cosnole.log('I get called from print.js!');
63
}
64
```
65
0 commit comments