From 26688da35024978776dc09a385929e77aca74816 Mon Sep 17 00:00:00 2001 From: Diogo Bento Date: Fri, 22 Dec 2017 20:51:11 -0100 Subject: [PATCH] Fix typo --- library/enqueue-scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/enqueue-scripts.php b/library/enqueue-scripts.php index f7b743a72..ec5c9e4c4 100644 --- a/library/enqueue-scripts.php +++ b/library/enqueue-scripts.php @@ -45,7 +45,7 @@ function foundationpress_scripts() { // CDN hosted jQuery placed in the header, as some plugins require that jQuery is loaded in the header. wp_enqueue_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js', array(), '3.2.1', false ); - // Enqueue Founation scripts + // Enqueue Foundation scripts wp_enqueue_script( 'foundation', get_template_directory_uri() . '/dist/assets/js/' . foundationpress_asset_path( 'app.js' ), array( 'jquery' ), '2.10.4', true ); // Enqueue FontAwesome from CDN. Uncomment the line below if you need FontAwesome.