From dd7960b877df77e238ed3f9c47fa3ecbb66a6594 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 28 Jan 2019 01:53:39 +0100 Subject: [PATCH] docs: fix missing closing quote in OffCanvas transitionTime description --- js/foundation.offcanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.offcanvas.js b/js/foundation.offcanvas.js index 1a4b49f52..54d5d892e 100644 --- a/js/foundation.offcanvas.js +++ b/js/foundation.offcanvas.js @@ -550,7 +550,7 @@ OffCanvas.defaults = { contentScroll: true, /** - * Amount of time the open and close transition requires, including the appropriate milliseconds (`ms`) or seconds (`s) unit (e.g. `500ms`, `.75s`) If none selected, pulls from body style. + * Amount of time the open and close transition requires, including the appropriate milliseconds (`ms`) or seconds (`s`) unit (e.g. `500ms`, `.75s`) If none selected, pulls from body style. * @option * @type {string} * @default null -- 2.47.2