From f39fd65785f72a161e5f872a34766cc316f8f11e Mon Sep 17 00:00:00 2001 From: Alvaro del Castillo Date: Sun, 30 Oct 2016 06:48:48 +0100 Subject: [PATCH] Fix small typo: arugments -> arguments --- src/core_plugins/timelion/public/partials/docs/tutorial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core_plugins/timelion/public/partials/docs/tutorial.html b/src/core_plugins/timelion/public/partials/docs/tutorial.html index 2dcab21efe5648..e075aa5eb855f7 100644 --- a/src/core_plugins/timelion/public/partials/docs/tutorial.html +++ b/src/core_plugins/timelion/public/partials/docs/tutorial.html @@ -111,7 +111,7 @@

Expressions and expressing yourself

.es(*).color(#f66).lines(fill=3), .es(US).bars(1).points(radius=3, weight=1) - Wooo expressions. In the last example we used un-named arguments to color() and bars, 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. + Wooo expressions. In the last example we used un-named arguments to color() and bars, 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. (.es(*), .es(GB)).points()