Skip to content

Commit de36c44

Browse files
Update insert-image.md
1 parent 759c81f commit de36c44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blazor/rich-text-editor/tools/insert-image.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ In the following code, the image size has been validated before uploading and it
264264

265265
N> You can't restrict while uploading an image as a hyperlink in the insert image dialog. When inserting images using the link, the editor does not allow you to limit the image size. You could not identify the image file size when the image was provided as a link.
266266

267-
## Delet image
267+
## Delete image
268268

269269
To delete an image from the Rich Text Editor, select the image and click the `Remove` tool from the quick toolbar. It will delete the image from the Rich Text Editor content.
270270

@@ -380,7 +380,7 @@ The Rich Text Editor has built-in image inserting support. The resize points wil
380380

381381
By using the `RichTextEditorImageSettings` property, the server handler can be specified to upload and rename the selected image. Then, the `OnImageUploadSuccess` event could be bound, to receive the modified file name from the server and update it in the Rich Text Editor's insert image dialog.
382382

383-
N> [View sample in Github.](https://github.com/SyncfusionExamples/blazor-richtexteditor-rename-image)
383+
N> [View sample in GitHub.](https://github.com/SyncfusionExamples/blazor-richtexteditor-rename-image)
384384

385385
{% tabs %}
386386
{% highlight razor %}
@@ -498,4 +498,4 @@ namespace RenameImage.Controllers
498498

499499
## See also
500500

501-
* [How to insert image editing option in the toolbar items](../toolbar#image-quick-toolbar)
501+
* [How to insert image editing option in the toolbar items](../toolbar#image-quick-toolbar)

0 commit comments

Comments
 (0)