From 5fb3091eb361751ec244037403fa5aefb75fc2fb Mon Sep 17 00:00:00 2001 From: Rafael Aviles Date: Mon, 14 Dec 2020 07:42:11 -0800 Subject: [PATCH] Change function's name to what is called in javascript. Function's name in the instructions was closeElementDrag, corrected it to StopElementDrag. --- 3-terrarium/3-intro-to-DOM-and-closures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-terrarium/3-intro-to-DOM-and-closures/README.md b/3-terrarium/3-intro-to-DOM-and-closures/README.md index 198ec6f1..7c0f93ae 100644 --- a/3-terrarium/3-intro-to-DOM-and-closures/README.md +++ b/3-terrarium/3-intro-to-DOM-and-closures/README.md @@ -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() {