Skip to content

Commit 012b740

Browse files
authored
Merge pull request #5 from crwhitesides/crwhitesides-1476398825
Add missing word
2 parents 0c57ee9 + bf9ac53 commit 012b740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In order to start writing jQuery, we need to include the library in our HTML. On
2424

2525
Go ahead and open `html/index.html` in the browser. You should see a really boring looking website with the text `yo yo yo yo yo yo yo`.
2626

27-
We want to add the text `hey hey hey hey!!!!!` to end of our paragraph.
27+
We want to add the text `hey hey hey hey!!!!!` to the end of our paragraph.
2828

2929
Below our `script` tag that loads jQuery, right before the closing `body` tag, we'll want to add an opening and a closing `script` tag:
3030

0 commit comments

Comments
 (0)