Skip to content

Commit

Permalink
Merge pull request mermaid-js#382 from swhgoon/patch-1
Browse files Browse the repository at this point in the history
Fix typo: `pats` -> `paths`
  • Loading branch information
knsv authored Sep 2, 2016
2 parents 92c7fe9 + d59ac53 commit 537cba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mermaidAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 537cba4

Please sign in to comment.