]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix incorrect refs from interchange to equalizer 4364/head
authorKyle Macquarrie <kyle@kylemacquarrie.co.uk>
Thu, 6 Feb 2014 00:56:10 +0000 (00:56 +0000)
committerKyle Macquarrie <kyle@kylemacquarrie.co.uk>
Thu, 6 Feb 2014 00:56:10 +0000 (00:56 +0000)
doc/pages/components/equalizer.html

index bd20d34fa7e54156315e781603f208c3442490ee..c01f60c40b36bd66a4e5484b989c6e8ceb307e5e 100644 (file)
@@ -159,10 +159,10 @@ $(document).on('after-height-change', function(){
 
 ### Using the Javascript
 
-Before you can use Interchange you'll want to verify that jQuery and `foundation.js` are available on your page. You can refer to the [Javascript documentation](../javascript.html) on setting that up.
+Before you can use Equalizer you'll want to verify that jQuery and `foundation.js` are available on your page. You can refer to the [Javascript documentation](../javascript.html) on setting that up.
 
 
-Just add `foundation.interchange.js` AFTER the `foundation.js` file. Your markup should look something like this:
+Just add `foundation.equalizer.js` AFTER the `foundation.js` file. Your markup should look something like this:
 
 {{> examples_equalizer_javascript}}