From 8404a4561ff122feb69f7a6fe302f7fa30fe27bc Mon Sep 17 00:00:00 2001 From: Lance McCarthy Date: Fri, 16 Jul 2021 10:50:16 -0400 Subject: [PATCH] Update overview.md --- components/upload/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/upload/overview.md b/components/upload/overview.md index 761ad5df7f..7e4435f8ff 100644 --- a/components/upload/overview.md +++ b/components/upload/overview.md @@ -14,7 +14,7 @@ The Blazor Up #### To use a Telerik Upload for Blazor -1. Add the `TelerikUpload` tag and set its `SaveUrl` and `RemoveUrl` (optional) to controller methods that will handle the files. +1. Add the `TelerikUpload` tag and set its `SaveUrl` and `RemoveUrl` (RemoveUrl is optional) to controller methods that will handle the files. **CSHTML**