diff --git a/docs/tips.rst b/docs/tips.rst index 671fc794..33c86224 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -71,7 +71,7 @@ access nonexistent pages on your site. You can find more information about it The way to achieve this with Pelican would be to save a page as either ``404.md`` or ``404.html``. The latter can be done by setting the ``save_as`` metadata. In -addition you can set ``status`` to ``hidden`` as well. +addition you should set ``status`` to ``hidden`` as well. Extra Tips ----------