Merge pull request #382 from swhgoon/patch-1

Fix typo: `pats` -> `paths`
This commit is contained in:
Knut Sveidqvist
2016-09-02 07:42:24 +02:00
committed by GitHub

View File

@@ -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,