diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php
index 7a90884..074874d 100644
--- a/modules/parser-parsedown.php
+++ b/modules/parser-parsedown.php
@@ -48,7 +48,7 @@ register_module([
Type this | To get this |
{{{@}}} | Lists all variables and their values in a table. |
{{{#}}} | Shows a 'stack trace', outlining all the parent includes of the current page being parsed. |
- {{{~}}} | Outputs the requested pagee's name. |
+ {{{~}}} | Outputs the requested page's name. |
{{{*}}} | Outputs a comma separated list of all the subpages of the current page. |
{{{+}}} | Shows a gallery containing all the files that are sub pages of the current page. |
");