aboutsummaryrefslogtreecommitdiff
path: root/src/content/chapter1_functions
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/chapter1_functions')
-rw-r--r--src/content/chapter1_functions/lesson10_deprecations/text.html2
1 files changed, 1 insertions, 1 deletions
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.
</p>
<p>
- 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.
</p>