Skip to content

Commit 729fbfb

Browse files
author
Vlad Iovanov
authored
Fix typo (#4239)
1 parent e8c4cc3 commit 729fbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Extensions.Caching.Distributed/IDistributedCache.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<Parameter Name="key" Type="System.String" />
134134
</Parameters>
135135
<Docs>
136-
<param name="key">A string identifying the requested calue.</param>
136+
<param name="key">A string identifying the requested value.</param>
137137
<summary>Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).</summary>
138138
<remarks>To be added.</remarks>
139139
</Docs>

0 commit comments

Comments
 (0)