Skip to content

Commit

Permalink
Changes to errorRenderer.ts
Browse files Browse the repository at this point in the history
1. Fixed a typo where 'renering' instead 'rendering'
  • Loading branch information
FutzMonitor committed Feb 1, 2024
1 parent 28b9dc8 commit 353d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/error/errorRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { configureSvgSize } from '../../setupGraphViewbox.js';
* @param version - The version
*/
export const draw = (_text: string, id: string, version: string) => {
log.debug('renering svg for syntax error\n');
log.debug('rendering svg for syntax error\n');

const svg: SVG = selectSvgElement(id);
svg.attr('viewBox', '0 0 2412 512');
Expand Down

0 comments on commit 353d52a

Please sign in to comment.