Skip to content

Commit 6d7a5e4

Browse files
committed
reword: Entity-Relationship diagram or a Gantt diagram...and/are
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 5e91a91 commit 6d7a5e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parseMermaid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const convertSvgToGraphImage = (svgContainer: HTMLDivElement) => {
2020

2121
// Set width and height explicitly since in firefox it gets set to 0
2222
// if the width and height are not explicitly set.
23-
// E.g., in some cases like er Diagram, gantt, width and height is set as 100%
23+
// E.g., in some cases like an Entity-Relationship diagram or a Gantt diagram, the width and height are set as 100%
2424
// which sets the dimensions as 0 in firefox and thus the diagram isn't rendered
2525
svgEl.setAttribute("width", `${width}`);
2626
svgEl.setAttribute("height", `${height}`);

0 commit comments

Comments
 (0)