From f59b72e61da5d0098fe6a201361ff5d91102c728 Mon Sep 17 00:00:00 2001 From: David Ball Date: Fri, 6 Jan 2017 10:50:31 +0000 Subject: [PATCH] Spelling correction --- docs/pages/slider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/slider.md b/docs/pages/slider.md index f08f4536b..4b302f538 100644 --- a/docs/pages/slider.md +++ b/docs/pages/slider.md @@ -135,7 +135,7 @@ It's possible to use both the JavaScript slider and the native slider in the sam ## Non-linear value translation -Sometimes not every value is of equal importance. In the example below, the slider focusses on the higher numbers by adding a `log`-type position value funtion. +Sometimes not every value is of equal importance. In the example below, the slider focusses on the higher numbers by adding a `log`-type position value function. Alternatively there is also a `pow`-type position value function available, making the reverse possible. ```html_example -- 2.47.2