From f1f6adcf7d320e7edc07c9323a5e44bef74386fa Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 16 Mar 2016 21:31:55 -0500 Subject: [PATCH] Fix the wording of the last sentence --- chrome/reference-the-selected-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/reference-the-selected-node.md b/chrome/reference-the-selected-node.md index 8de4555..ddb3de7 100644 --- a/chrome/reference-the-selected-node.md +++ b/chrome/reference-the-selected-node.md @@ -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('

Hello, World!

')