Explorar o código

Fix typo in NetworkConfiguration.cs

conjuntion -> conjunction
Ikko Eltociear Ashimine %!s(int64=2) %!d(string=hai) anos
pai
achega
7d649d2f31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jellyfin.Networking/Configuration/NetworkConfiguration.cs

+ 1 - 1
Jellyfin.Networking/Configuration/NetworkConfiguration.cs

@@ -164,7 +164,7 @@ namespace Jellyfin.Networking.Configuration
         public string[] PublishedServerUriBySubnet { get; set; } = Array.Empty<string>();
 
         /// <summary>
-        /// Gets or sets the filter for remote IP connectivity. Used in conjuntion with <seealso cref="IsRemoteIPFilterBlacklist"/>.
+        /// Gets or sets the filter for remote IP connectivity. Used in conjunction with <seealso cref="IsRemoteIPFilterBlacklist"/>.
         /// </summary>
         public string[] RemoteIPFilter { get; set; } = Array.Empty<string>();