From 47c3fb750aa79514d3c2194d8e8337946180b514 Mon Sep 17 00:00:00 2001 From: Nytiennzo Madooray Date: Wed, 31 Oct 2018 21:58:40 +0400 Subject: [PATCH] Small gramatical improvement (#9359) --- aspnetcore/signalr/supported-platforms.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/aspnetcore/signalr/supported-platforms.md b/aspnetcore/signalr/supported-platforms.md index 80c8d55363..8ee5b189d4 100644 --- a/aspnetcore/signalr/supported-platforms.md +++ b/aspnetcore/signalr/supported-platforms.md @@ -1,37 +1,36 @@ --- title: ASP.NET Core SignalR supported platforms author: tdykstra -description: Supported platforms for ASP.NET Core SignalR +description: Learn about the supported platforms for ASP.NET Core SignalR. monikerRange: '>= aspnetcore-2.1' ms.author: tdykstra ms.custom: mvc -ms.date: 09/26/2018 +ms.date: 10/31/2018 uid: signalr/supported-platforms --- - # ASP.NET Core SignalR supported platforms ## Server system requirements -SignalR for ASP.NET Core supports any server platform ASP.NET Core supports. +SignalR for ASP.NET Core supports any server platform that ASP.NET Core supports. ## JavaScript client The [JavaScript client](https://www.npmjs.com/package/@aspnet/signalr) runs on NodeJS 8 and later versions and the following browsers: -| Browser | Version | -| ------- | ------- | -| Microsoft Edge | current | -| Mozilla Firefox | current | +| Browser | Version | +| ------------------------------- | ------- | +| Microsoft Edge | current | +| Mozilla Firefox | current | | Google Chrome; includes Android | current | -| Safari; includes iOS | current | -| Microsoft Internet Explorer | 11 | +| Safari; includes iOS | current | +| Microsoft Internet Explorer | 11 | ## .NET client The [.NET client](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR/) runs on any server platform supported by ASP.NET Core. -When the server runs IIS, the WebSockets transport requires IIS 8.0 or higher, on Windows Server 2012 or higher. Other transports are supported on all platforms. +If the server runs IIS, the WebSockets transport requires IIS 8.0 or higher on Windows Server 2012 or higher. Other transports are supported on all platforms. ## Java client @@ -39,7 +38,7 @@ The [Java client](https://search.maven.org/artifact/com.microsoft.aspnet/signalr ## Unsupported clients -The following clients are available but are experimental or unofficial. They are not supported now and may not ever be supported. +The following clients are available but are experimental or unofficial. They aren't currently supported and may never be. * [C++ client](https://github.com/aspnet/SignalR/tree/master/clients/cpp)