mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Fix the wording of the last sentence
This commit is contained in:
@@ -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>')
|
||||
|
||||
Reference in New Issue
Block a user