Minor doc tweaks

This commit is contained in:
Steve Sanderson
2017-03-29 11:41:38 +01:00
parent ce40973859
commit ee601bed50
2 changed files with 5 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ namespace Microsoft.AspNetCore.SpaServices.Webpack
public bool ReactHotModuleReplacement { get; set; }
/// <summary>
/// Specifies additional options to be passed to the Webpack Hot Middleware client
/// Specifies additional options to be passed to the Webpack Hot Middleware client, if used.
/// </summary>
public IDictionary<string, string> HotModuleReplacementClientOptions { get; set; }