瀏覽代碼

Fix typo in XML comment (#28694)

Gérald Barré 5 年之前
父節點
當前提交
2121105a67
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Razor/Razor.Runtime/src/Hosting/RazorCompiledItemAttribute.cs

+ 1 - 1
src/Razor/Razor.Runtime/src/Hosting/RazorCompiledItemAttribute.cs

@@ -47,7 +47,7 @@ namespace Microsoft.AspNetCore.Razor.Hosting
 
         /// <summary>
         /// Gets the identifier associated with the compiled item. The identifier is used programmatically to locate
-        /// a specific item of a specific kind and should be uniqure within the assembly.
+        /// a specific item of a specific kind and should be unique within the assembly.
         /// </summary>
         public string Identifier { get; }