Skip to content

Commit

Permalink
Merge pull request #104 from rafaVls/typo-correction
Browse files Browse the repository at this point in the history
Change function's name to what is called in Javascript.
  • Loading branch information
jlooper authored Dec 14, 2020
2 parents 748717b + 5fb3091 commit 5dbe7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-terrarium/3-intro-to-DOM-and-closures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ All this recalculation of positioning allows you to fine-tune the behavior of th

### Task

The final task to complete the interface is to add the `closeElementDrag` function after the closing curly bracket of `elementDrag`:
The final task to complete the interface is to add the `stopElementDrag` function after the closing curly bracket of `elementDrag`:

```javascript
function stopElementDrag() {
Expand Down

0 comments on commit 5dbe7e8

Please sign in to comment.