From 71e2d568605af746ef1b3529b8f71d756a380090 Mon Sep 17 00:00:00 2001 From: Remy Zandwijk Date: Sun, 24 May 2020 14:15:36 +0200 Subject: [PATCH] Fix typo. --- docs/basic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basic.rst b/docs/basic.rst index 59061a1..c8487fe 100644 --- a/docs/basic.rst +++ b/docs/basic.rst @@ -154,7 +154,7 @@ Preset Value in CKEditor Textarea ---------------------------------- When you implement an edit feature for your CMS, you will need to get the article data from database, then preset the value -into the CKEditor textarea. Fisrt you need to pass the value into template: +into the CKEditor textarea. First you need to pass the value into template: .. code-block:: python