Skip to content

Commit 2121105

Browse files
authored
Fix typo in XML comment (#28694)
1 parent 489bc3b commit 2121105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/Razor.Runtime/src/Hosting/RazorCompiledItemAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public RazorCompiledItemAttribute(Type type, string kind, string identifier)
4747

4848
/// <summary>
4949
/// Gets the identifier associated with the compiled item. The identifier is used programmatically to locate
50-
/// a specific item of a specific kind and should be uniqure within the assembly.
50+
/// a specific item of a specific kind and should be unique within the assembly.
5151
/// </summary>
5252
public string Identifier { get; }
5353

0 commit comments

Comments
 (0)