Yqnn / svg-path-editor

Online editor to create and manipulate SVG paths
https://yqnn.github.io/svg-path-editor/
Apache License 2.0
4.04k stars 326 forks source link

Possible typo #101

Closed Guiorgy closed 1 year ago

Guiorgy commented 1 year ago

link

<button mat-mini-fab
    [color]="isEditingImages ? 'primary' : 'basic'"
    [matTooltip]="isEditingImages ? '' : 'Toggle image magemement mode'"
    matTooltipPosition="below"
    style="margin-right: 24px"
    (click)="toggleImageEditing(uploader)"
>
    <mat-icon>image</mat-icon>
</button>

Is magemement a typo of management?

Yqnn commented 1 year ago

Fixed, thanks for the report !