]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Spelling correction 9613/head
authorDavid Ball <david@ongoingworlds.com>
Fri, 6 Jan 2017 10:50:31 +0000 (10:50 +0000)
committerGitHub <noreply@github.com>
Fri, 6 Jan 2017 10:50:31 +0000 (10:50 +0000)
docs/pages/slider.md

index f08f4536b880b18ea1b271e1435b4d013e58af65..4b302f5385966ca9bb17811ed4221dd732e241a6 100644 (file)
@@ -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