From 735836018d023498910ec3d1e84e6e644e6418a8 Mon Sep 17 00:00:00 2001 From: "George C. Privon" Date: Fri, 17 Jul 2015 20:32:20 -0300 Subject: minor spelling fixes --- doc/configuration.rst | 2 +- doc/extras.rst | 2 +- doc/tile__cumulative_flow.rst | 4 ++-- doc/tile__fancy_listing.rst | 2 +- doc/tile__line_chart.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index c31bcd4..d673cf9 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -9,7 +9,7 @@ below (see section :ref:`installation`). Default configuration --------------------- -First thing that you need to do after successfull installation is to create an +First thing that you need to do after a successful installation is to create an empty config that will provide a base for your customizations. Type in this command:: diff --git a/doc/extras.rst b/doc/extras.rst index 396fb35..8277937 100644 --- a/doc/extras.rst +++ b/doc/extras.rst @@ -39,7 +39,7 @@ Tested with JIRA 6.1.x. Simple Python script targeted to novice users serving as an example how to glue together three steps: fetching data, processing it and then sending it to the -tile. See comments in the source code for further explaination. +tile. See comments in the source code for further explanation. ``fabfile.py`` diff --git a/doc/tile__cumulative_flow.rst b/doc/tile__cumulative_flow.rst index c26d46a..50d94e0 100644 --- a/doc/tile__cumulative_flow.rst +++ b/doc/tile__cumulative_flow.rst @@ -52,7 +52,7 @@ where: .. describe:: ticks List of elements defining x-axis; each such element is a list of form ``[k, - v]`` where ``k`` is an oridinal number designating position of such tick and + v]`` where ``k`` is an ordinal number designating position of such tick and ``v`` is a string which will be displayed in that place. Example:: @@ -65,4 +65,4 @@ Example:: If ``series_list`` contains more than one object (which is the case 99% of the time), each one of them should have ``series`` list of the same length - - and this lenght should be equal to the number of ``ticks``. + and this length should be equal to the number of ``ticks``. diff --git a/doc/tile__fancy_listing.rst b/doc/tile__fancy_listing.rst index 902bdc9..a6c5ee6 100644 --- a/doc/tile__fancy_listing.rst +++ b/doc/tile__fancy_listing.rst @@ -8,7 +8,7 @@ This tile is a more sophisticated version of ``listing`` tile offering colored labels and centering options. Each entry is an object containing three keys: -``label``, ``text`` and ``description``. Threrefore, ``data`` (i.e. content) is +``label``, ``text`` and ``description``. Therefore, ``data`` (i.e. content) is just a list of such objects. **Content** diff --git a/doc/tile__line_chart.rst b/doc/tile__line_chart.rst index a7435b1..ce7152d 100644 --- a/doc/tile__line_chart.rst +++ b/doc/tile__line_chart.rst @@ -7,7 +7,7 @@ **Description** Line-chart using `jqPlot `_ library. Allows to display -arbitrary number of plots on single chart, with automatical generation of trend +arbitrary number of plots on single chart, with automatic generation of trend lines for them (which is turned on by default). **Content** -- cgit v1.2.3