diff options
author | Mateusz Kurek <mkurek@users.noreply.github.com> | 2015-07-20 08:35:43 +0200 |
---|---|---|
committer | Mateusz Kurek <mkurek@users.noreply.github.com> | 2015-07-20 08:35:43 +0200 |
commit | faf94b8dd9b99d28c71c2620da5c026545b64ad7 (patch) | |
tree | decbbc6cb0efc06becf03524c5211e789eea8b0d /doc | |
parent | f3ea6835364435a6e3b7992c36e86749da0479e6 (diff) | |
parent | 735836018d023498910ec3d1e84e6e644e6418a8 (diff) | |
download | tipboard-faf94b8dd9b99d28c71c2620da5c026545b64ad7.tar.gz tipboard-faf94b8dd9b99d28c71c2620da5c026545b64ad7.tar.bz2 tipboard-faf94b8dd9b99d28c71c2620da5c026545b64ad7.zip |
Merge pull request #25 from privong/develop
a few more minor spelling fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/configuration.rst | 2 | ||||
-rw-r--r-- | doc/extras.rst | 2 | ||||
-rw-r--r-- | doc/tile__cumulative_flow.rst | 4 | ||||
-rw-r--r-- | doc/tile__fancy_listing.rst | 2 | ||||
-rw-r--r-- | 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 <http://www.jqplot.com/>`_ 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** |