Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit bb10e56

Browse files
CR feedback: Change comment from 'typical' to 'default'
1 parent a93e1a1 commit bb10e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class SpaOptions
1515
/// <summary>
1616
/// Gets or sets the URL, relative to <see cref="UrlPrefix"/>,
1717
/// of the default page that hosts your SPA user interface.
18-
/// The typical value is <c>"index.html"</c>.
18+
/// The default value is <c>"index.html"</c>.
1919
/// </summary>
2020
public string DefaultPage { get; set; } = DefaultDefaultPageValue;
2121

0 commit comments

Comments
 (0)