From 29e9ff2c0bec85500832170e5d437260862cd71b Mon Sep 17 00:00:00 2001 From: Vasyl Nakvasiuk Date: Sun, 5 May 2013 12:02:49 +0300 Subject: [PATCH] fix word_cloud.rst typo --- doc/public/course_data_formats/word_cloud/word_cloud.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/public/course_data_formats/word_cloud/word_cloud.rst b/doc/public/course_data_formats/word_cloud/word_cloud.rst index a90ef1db1e..32212510c1 100644 --- a/doc/public/course_data_formats/word_cloud/word_cloud.rst +++ b/doc/public/course_data_formats/word_cloud/word_cloud.rst @@ -18,7 +18,7 @@ The following attributes can be specified for this tag:: [display_name| AUTOGENERATE] – Display name of xmodule. When this attribute is not defined - display name autogenerate with some hash. [num_inputs| 5] – Number of inputs. [num_top_words| 250] – Number of max words, which will be displayed. - [display_student_percents| True] – Dispaly usage percents for each word. + [display_student_percents| True] – Display usage percents for each word. .. note::