We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6af49 commit fbbaf63Copy full SHA for fbbaf63
src/React.Owin/JsxFileOptions.cs
@@ -24,7 +24,7 @@ public class JsxFileOptions
24
public IEnumerable<string> Extensions { get; set; }
25
26
/// <summary>
27
- /// Options for static file middle used to server JSX files.
+ /// Options for static file middleware used to server JSX files.
28
/// </summary>
29
public StaticFileOptions StaticFileOptions { get; set; }
30
}
src/React.Sample.Owin/React.Sample.Owin.csproj
@@ -77,6 +77,7 @@
77
</Compile>
78
<Compile Include="Program.cs" />
79
<Compile Include="Properties\AssemblyInfo.cs" />
80
+ <Compile Include="Startup.cs" />
81
</ItemGroup>
82
<ItemGroup>
83
<None Include="App.config" />
0 commit comments