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()