Skip to content

Commit 28a6f89

Browse files
authored
Fixed grammar on SessionOptions.IOTimeout XML (#31174)
Fixed grammar on `SessionOptions.IOTimeout`
1 parent 80880d0 commit 28a6f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/Session/src/SessionOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public CookieBuilder Cookie
3838
public TimeSpan IdleTimeout { get; set; } = TimeSpan.FromMinutes(20);
3939

4040
/// <summary>
41-
/// The maximim amount of time allowed to load a session from the store or to commit it back to the store.
41+
/// The maximum amount of time allowed to load a session from the store or to commit it back to the store.
4242
/// Note this may only apply to asynchronous operations. This timeout can be disabled using <see cref="Timeout.InfiniteTimeSpan"/>.
4343
/// </summary>
4444
public TimeSpan IOTimeout { get; set; } = TimeSpan.FromMinutes(1);

0 commit comments

Comments
 (0)