1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing word

This commit is contained in:
Francois 2021-12-14 17:02:00 +02:00 committed by GitHub
parent f469560060
commit 89732983bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ happens when we have lots of JavaScript we want to execute on a click?
```
Awkward, right? We could pull the function definition out of the click handler,
and turn it a function:
and turn it into a function:
```js
window.paintIt = function(event, backgroundColor, textColor) {