From 12a8158e6b365abbaa69c5e8642da74f3133d805 Mon Sep 17 00:00:00 2001
From: Luke Latham <1622880+guardrex@users.noreply.github.com>
Date: Mon, 16 Aug 2021 05:19:23 -0500
Subject: [PATCH] Update API name in obsolete message
---
.../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 a8aae9f25f8b..765fab54798b 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 with Blazor Server.
///
[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
{
///