mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-20 04:34:08 +01:00
fix: Typo for documents and comments
This commit is contained in:
@@ -315,7 +315,7 @@ const drawBoundary = function (elem, boundary, conf) {
|
||||
|
||||
drawRect(boundaryElem, rectData);
|
||||
|
||||
// draw lable
|
||||
// draw label
|
||||
let boundaryConf = conf.boundaryFont();
|
||||
boundaryConf.fontWeight = 'bold';
|
||||
boundaryConf.fontSize = boundaryConf.fontSize + 2;
|
||||
|
||||
Reference in New Issue
Block a user