1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Fix the wording of the last sentence

This commit is contained in:
jbranchaud
2016-03-16 21:31:55 -05:00
parent cafb558c03
commit f1f6adcf7d

View File

@@ -12,8 +12,8 @@ console like so:
// "en-US"
```
If there is `jQuery` on the page and I've selected the node that contains
all of the page's content, I can do something like the following:
If there is `jQuery` on the page and you've selected the node that contains
all of the page's content, you can do something like the following:
```
> $($0).html('<h1>Hello, World!</h1>')