Skip to content

Commit ce72f3b

Browse files
Update 1-js/02-first-steps/16-function-expressions/article.md
Co-authored-by: Carlos Ortiz Gutiérrez <[email protected]>
1 parent 75b2573 commit ce72f3b

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/16-function-expressions

1 file changed

+1
-1
lines changed

1-js/02-first-steps/16-function-expressions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function showCancel() {
130130
alert( "Cancelaste la ejecución." );
131131
}
132132

133-
// so: las funciones showOk, showCancel son pasadas como argumentos de ask
133+
// uso: las funciones showOk, showCancel son pasadas como argumentos de ask
134134
ask("Estás de acuerdo?", showOk, showCancel);
135135
```
136136

0 commit comments

Comments
 (0)