diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2012-03-29 21:27:20 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-03-29 21:27:20 -0400 |
commit | 24c1fa60c1e5daf390daf3550f04b1edc99dc769 (patch) | |
tree | 19f2494e99133c69edd8351822ce6ff76f4acbda | |
parent | d884b89ab1ac5c79986a2f60e95146994eae26f4 (diff) | |
download | ikiwiki-24c1fa60c1e5daf390daf3550f04b1edc99dc769.tar ikiwiki-24c1fa60c1e5daf390daf3550f04b1edc99dc769.tar.gz |
fix PageSpec ref
-rw-r--r-- | doc/plugins/notifyemail.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/notifyemail.mdwn b/doc/plugins/notifyemail.mdwn index 88e88e106..7f738e27d 100644 --- a/doc/plugins/notifyemail.mdwn +++ b/doc/plugins/notifyemail.mdwn @@ -6,7 +6,7 @@ using the local MTA. Each user can configure which pages they are interested in, using an [[ikiwiki/PageSpec]] on their Preferences page. Any change to a page -matching the PagSspec will send an email that includes the new content of +matching the PageSpec will send an email that includes the new content of the page, and a link to the page on the web. To make it easy to subscribe to comment threads when posting a comment, |