instance-oom / ngx-markdown-editor

Angular markdown editor based on ace editor
http://lon-yang.github.io/markdown-editor/
Apache License 2.0
174 stars 48 forks source link

Typo in tooltip #87

Closed emahon closed 3 years ago

emahon commented 3 years ago

For the blockquote (>) tool in the editor, the tooltip has a typo - it's spelled "Reference", not "Refrence"

The file to change is /src/lib/md-editor.html, the title text here:

<button class="btn btn-sm btn-default" type="button" title="Refrence" (click)="insertContent('Refrence')" *ngIf="!hideIcons.Refrence">
    <i class="fa fa-quote-left"></i>
</button>
instance-oom commented 3 years ago

Changed. Thanks.