From 827e556412c38f469564e607193d432b6c7b243b Mon Sep 17 00:00:00 2001 From: kynsi Date: Thu, 21 Dec 2017 09:57:49 +0100 Subject: [PATCH] fixed typo --- docs/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.rst b/docs/features.rst index bf46071..107ec36 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -13,7 +13,7 @@ Attaching blog to the home page If you want to attach the blog to the home page you have to adapt settings a bit otherwise the "Just slug" permalink will swallow any CMS page you create. -To avoit this add the following settings to you project:: +To avoid this add the following settings to you project:: BLOG_AVAILABLE_PERMALINK_STYLES = ( ('full_date', _('Full date')),