From d3c91264bfd64fb31c5b991dda23383edf9f8435 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Mon, 30 Nov 2015 10:15:46 -0800 Subject: [PATCH] Fix typo in JavaScript docs code example --- docs/pages/javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/javascript.md b/docs/pages/javascript.md index 7cc6dbb26..b305f48ff 100644 --- a/docs/pages/javascript.md +++ b/docs/pages/javascript.md @@ -78,7 +78,7 @@ An individual instance of a plugin can also have different settings. These can b In the HTML, each setting can be defined as an individual data attribute. Note that camelCased options are converted to hyphenated words. In the below example, `multiExpand` becomes `data-multi-expand`. ```html -
+
``` --- -- 2.47.2