Commit 9de0019a authored by Pascal Borreli's avatar Pascal Borreli
Browse files

Fixed typos

parent 3193e6cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -44,7 +44,7 @@ You can find the full FnordMetric Documentation at http://fnordmetric.io/
Contributions
Contributions
-------------
-------------


#### Individial Contributors to FnordMetric
#### Individual Contributors to FnordMetric


+ Laura Schlimmer (http://github.com/lauraschlimmer)
+ Laura Schlimmer (http://github.com/lauraschlimmer)
+ Christian Parpart (http://github.com/trapni)
+ Christian Parpart (http://github.com/trapni)
+2 −2
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@ Adding Series


All charts render one or more series of data. Data is added to charts by
All charts render one or more series of data. Data is added to charts by
subsequent SELECT statements. Each SELECT statement's results are added to
subsequent SELECT statements. Each SELECT statement's results are added to
the last DRAW statement that preceeds it.
the last DRAW statement that precedes it.


    DRAW LINECHART;  -- first chart
    DRAW LINECHART;  -- first chart
    SELECT ...;      -- data is added to first chart
    SELECT ...;      -- data is added to first chart
@@ -63,7 +63,7 @@ city like this:
Labels, Colors & more
Labels, Colors & more
---------------------
---------------------


Besides the four "magic" columns we alread discussed (`x`, `y`, `y` and `series`),
Besides the four "magic" columns we already discussed (`x`, `y`, `y` and `series`),
the SELECT result list may contain these optional columns:
the SELECT result list may contain these optional columns:


#### label
#### label
+1 −1
Original line number Original line Diff line number Diff line
@@ -91,7 +91,7 @@ MySQL database. The valid parameters for mysql database urls are:
    </td>
    </td>
  </tr>
  </tr>
  <tr>
  <tr>
    <th>paswword</th>
    <th>password</th>
    <td>
    <td>
      the mysql password
      the mysql password
    </td>
    </td>
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ The IMPORT Statement
--------------------
--------------------


The IMPORT statement allows you to import tables from External Data Sources,
The IMPORT statement allows you to import tables from External Data Sources,
like CSV files or a MySQL database. Here is a asmple axmple of the IMPORT
like CSV files or a MySQL database. Here is a sample example of the IMPORT
statement:
statement:


    IMPORT TABLE example_data
    IMPORT TABLE example_data
+1 −1
Original line number Original line Diff line number Diff line
@@ -106,7 +106,7 @@ type of the z column must be `Numeric`.
  <tr>
  <tr>
    <th>pointstyle <i>(optional)</i></th>
    <th>pointstyle <i>(optional)</i></th>
    <td>
    <td>
      the poiny style, valid values are `circle` and `none`. default: `none`
      the point style, valid values are `circle` and `none`. default: `none`
    </td>
    </td>
  </tr>
  </tr>
  <tr>
  <tr>
Loading
Baidu
map