Skip to content

Commit ff53334

Browse files
tmartynytjgrathwell
authored andcommitted
Intro JS curricula: Minor edits to spaces and excess commas.
Change 'around with in developer' to 'around in the developer'
1 parent 26d24ad commit ff53334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sites/en/javascript-to-do-list/playing_with_jquery.step

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ the id of an item in a data-id attribute, that is not used for styling, just for
9595

9696
* __.addClass()__ allows you to add a class to an element.
9797

98-
* __.append()__ takes an element, and attaches it to the end of another element! That way, your element
98+
* __.append()__ takes an element and attaches it to the end of another element! That way, your element
9999
will actually show up on the page.
100100

101-
There are many other jQuery functions that are helpful – we'll use more as we go along. In the meantime,
102-
play around with in developer console and see what you can change on the page using JavaScript and jQuery!
101+
There are many other jQuery functions that are helpful – we'll use more as we go along. In the meantime,
102+
play around in the developer console and see what you can change on the page using JavaScript and jQuery!
103103
MARKDOWN
104104
end
105105

0 commit comments

Comments
 (0)