From: David Ball Date: Fri, 6 Jan 2017 10:50:31 +0000 (+0000) Subject: Spelling correction X-Git-Tag: v6.3.1-rc1~10^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9613%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Spelling correction --- 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