Skip to content

Commit 8c31fae

Browse files
authored
Make "parental permissions" prompt sound more natural
1 parent 843e5f3 commit 8c31fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/14-function-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ function checkAge(age) {
263263
*/!*
264264
} else {
265265
*!*
266-
return confirm('Got a permission from the parents?');
266+
return confirm('Do you have permission from your parents?');
267267
*/!*
268268
}
269269
}

0 commit comments

Comments
 (0)