fix: Typo for documents and comments

This commit is contained in:
yutotnh
2022-06-22 12:39:10 +09:00
parent 566ec14648
commit ca909edbed
29 changed files with 43 additions and 43 deletions

View File

@@ -877,7 +877,7 @@ const class_box = (parent, node) => {
);
verticalPos = interfaceBBox.height + rowPadding;
}
// Positin the class title label
// Position the class title label
let diffX = (maxWidth - classTitleBBox.width) / 2;
select(classTitleLabel).attr(
'transform',