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