Skip to content

Commit fee43a6

Browse files
fixed typos
1 parent 9747add commit fee43a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/lesson3/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $('input').val("");
8282

8383
##Adding content
8484

85-
There are many different ways you can add content. You can use **append** to add something to the end to an element, or **prepend** to add to the beginning to an element.
85+
There are many different ways you can add content. You can use **append** to add something to the end of an element, or **prepend** to add to the beginning of an element.
8686

8787
```js
8888
$('#container').append("<div>I love jQuery!</div>")
@@ -376,7 +376,7 @@ random_position = Math.floor( Math.random() * colors.length )
376376

377377
> Use the `array[index]` notation to retrieve the colors at the random position.
378378
379-
Set `.preview`'s background color, to the random color code.
379+
Set `.preview`'s background color to the random color code.
380380

381381
##Bonus
382382

0 commit comments

Comments
 (0)