mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
ad43652e4a
commit
ddccd8a485
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue