From d59ac53f646232904ae9702e6caeb9a09daf9285 Mon Sep 17 00:00:00 2001 From: SwhGo_oN Date: Mon, 29 Aug 2016 20:15:04 +0800 Subject: [PATCH] Fix typo: `pats` -> `paths` --- src/mermaidAPI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mermaidAPI.js b/src/mermaidAPI.js index daecff9a7..9d0379a8e 100644 --- a/src/mermaidAPI.js +++ b/src/mermaidAPI.js @@ -71,7 +71,7 @@ var config = { startOnLoad: true, /** - * **arrowMarkerAbsolute** - This options controls whether or arrow markers in html code will be absolute pats or + * **arrowMarkerAbsolute** - This options controls whether or arrow markers in html code will be absolute paths or * an anchor, #. This matters if you are using base tag settings. */ arrowMarkerAbsolute: false,