We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04651d commit e0ce66cCopy full SHA for e0ce66c
README.md
@@ -8,7 +8,7 @@ Need help with Node.js? You've come to the right place!
8
If you have a question about Node.js, [create a new issue](https://github.com/nodejs/help/issues/new)
9
and ask there!
10
11
-[note] When inserting you're code:
+[note] When inserting your code:
12
13
use 3 backticks, followed by `js`: As seen below
14

@@ -19,7 +19,7 @@ console.log('happy coding!')<br>
19
20
results in
21
```js
22
- console.log('happy coding!')
+console.log('happy coding!')
23
```
24
25
0 commit comments