From 59a221b6f5684a4b19ff9ea092b905058d182332 Mon Sep 17 00:00:00 2001 From: Simon Johansson Date: Tue, 30 Jan 2024 11:45:11 +0100 Subject: Fix simple typos in lessons (#19) --- src/content/chapter1_functions/lesson10_deprecations/text.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/chapter1_functions') diff --git a/src/content/chapter1_functions/lesson10_deprecations/text.html b/src/content/chapter1_functions/lesson10_deprecations/text.html index 5ea776f..8fe260f 100644 --- a/src/content/chapter1_functions/lesson10_deprecations/text.html +++ b/src/content/chapter1_functions/lesson10_deprecations/text.html @@ -8,7 +8,7 @@ letting the programmer know they ought to update their code.

- The deprecation atribute takes a message and this will be displayed to the + The deprecation attribute takes a message and this will be displayed to the user in the warning. In the message explain to the user the new approach or replacement function, or direct them on documentation on how to upgrade.

-- cgit v1.2.3