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
{
///