[timelion] Fix typo in tutorial instructions: arugments -> arguments (#8893)

Backports PR #8892

**Commit 1:**
Fix small typo: arugments -> arguments

* Original sha: f39fd65785
* Authored by Alvaro del Castillo <acs@bitergia.com> on 2016-10-30T05:48:48Z
* Committed by GitHub <noreply@github.com> on 2016-10-30T05:48:48Z
This commit is contained in:
jasper 2016-10-30 10:35:28 -04:00 committed by Court Ewing
parent ad43652e4a
commit ddccd8a485

View file

@ -111,7 +111,7 @@
</tr>
<tr>
<td><code>.es(*).color(#f66).lines(fill=3), .es(US).bars(1).points(radius=3, weight=1)</code></td>
<td><strong>Wooo expressions.</strong> In the last example we used un-named arguments to <code>color()</code> and <code>bars</code>, which rely on the arguments position in a comma separated list. We can use named arugments to make expressions easier to read and arguments easier to remember.</td>
<td><strong>Wooo expressions.</strong> In the last example we used un-named arguments to <code>color()</code> and <code>bars</code>, which rely on the arguments position in a comma separated list. We can use named arguments to make expressions easier to read and arguments easier to remember.</td>
</tr>
<tr>
<td><code>(.es(*), .es(GB)).points()</code></td>