From bc2e48c3422f19777d32edd035ca5a1f571ef794 Mon Sep 17 00:00:00 2001
From: Luke Latham <1622880+guardrex@users.noreply.github.com>
Date: Mon, 16 Aug 2021 11:06:48 -0500
Subject: [PATCH] Update API name in obsolete message (#35373)

---
 .../Web/src/Forms/InputFile/RemoteBrowserFileStreamOptions.cs   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Components/Web/src/Forms/InputFile/RemoteBrowserFileStreamOptions.cs b/src/Components/Web/src/Forms/InputFile/RemoteBrowserFileStreamOptions.cs
index a8aae9f25f8..765fab54798 100644
--- a/src/Components/Web/src/Forms/InputFile/RemoteBrowserFileStreamOptions.cs
+++ b/src/Components/Web/src/Forms/InputFile/RemoteBrowserFileStreamOptions.cs
@@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Components.Forms
     /// Repesents configurable options for <see cref="BrowserFileStream"/> with Blazor Server.
     /// </summary>
     [UnsupportedOSPlatform("browser")]
-    [Obsolete("JSDataStream defaults are utilized instead of the options here.")]
+    [Obsolete("RemoteJSDataStream defaults are utilized instead of the options here.")]
     public class RemoteBrowserFileStreamOptions
     {
         /// <summary>
-- 
GitLab