From 8c31fae9fa4c518e87af2cc78bea1354e00054de Mon Sep 17 00:00:00 2001 From: evazorro Date: Thu, 18 Oct 2018 11:27:08 -0400 Subject: [PATCH] Make "parental permissions" prompt sound more natural --- 1-js/02-first-steps/14-function-basics/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/14-function-basics/article.md b/1-js/02-first-steps/14-function-basics/article.md index 9f405128..5987569c 100644 --- a/1-js/02-first-steps/14-function-basics/article.md +++ b/1-js/02-first-steps/14-function-basics/article.md @@ -263,7 +263,7 @@ function checkAge(age) { */!* } else { *!* - return confirm('Got a permission from the parents?'); + return confirm('Do you have permission from your parents?'); */!* } }