diff --git a/site/content/tutorial/12-actions/01-actions/text.md b/site/content/tutorial/12-actions/01-actions/text.md index dfe75c192f..31753b9a89 100644 --- a/site/content/tutorial/12-actions/01-actions/text.md +++ b/site/content/tutorial/12-actions/01-actions/text.md @@ -15,7 +15,7 @@ In this app, we want to make the orange modal close when the user clicks outside import { clickOutside } from "./click_outside.js"; ``` -...then use it with the element: +...then use it with the element (the `clickOutside` function is called when element is created): ```html