소스 검색

Update Jellyfin.Server/Jellyfin.Server.csproj

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Vasily 6 년 전
부모
커밋
3947f2315d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jellyfin.Server/Jellyfin.Server.csproj

+ 1 - 1
Jellyfin.Server/Jellyfin.Server.csproj

@@ -11,7 +11,7 @@
   <PropertyGroup>
     <!-- We need C# 7.1 for async main-->
     <LangVersion>latest</LangVersion>
-    <!-- Disable ducumentation warnings (for now) -->
+    <!-- Disable documentation warnings (for now) -->
     <NoWarn>SA1600;CS1591</NoWarn>
   </PropertyGroup>