From 94436b214de4b82e87a43562c2e41c6d237c4e29 Mon Sep 17 00:00:00 2001 From: Michael Wasson Date: Thu, 22 Dec 2016 08:43:05 -0500 Subject: [PATCH] correct typo - CSS -> JS --- docs/UserGuide.wiki.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.wiki.md b/docs/UserGuide.wiki.md index a572894b..6e37e962 100644 --- a/docs/UserGuide.wiki.md +++ b/docs/UserGuide.wiki.md @@ -10,7 +10,7 @@ In other words, the "f" argument is set to the file path from root without the i To combine multiple files, separate the paths given to "f" with commas. -Let's say you have CSS files at these URLs: +Let's say you have JS files at these URLs: * http://example.com/scripts/library-1.5.js * http://example.com/scripts/site.js