Skip to content

Commit da8a6f0

Browse files
authored
Fix typo in OutputCacheAttribute xml doc. (#48963)
1 parent fb622ea commit da8a6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/OutputCaching/src/OutputCacheAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public int Duration
3030
}
3131

3232
/// <summary>
33-
/// Gets or sets the value which determines whether the reponse should be cached or not.
33+
/// Gets or sets the value which determines whether the response should be cached or not.
3434
/// When set to <see langword="true"/>, the response won't be cached.
3535
/// </summary>
3636
public bool NoStore

0 commit comments

Comments
 (0)