Skip to content

Commit fbbaf63

Browse files
author
Marcin Drobik
committed
Added startup.cs to csproj, fixed typeo in comment
1 parent 4b6af49 commit fbbaf63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/React.Owin/JsxFileOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class JsxFileOptions
2424
public IEnumerable<string> Extensions { get; set; }
2525

2626
/// <summary>
27-
/// Options for static file middle used to server JSX files.
27+
/// Options for static file middleware used to server JSX files.
2828
/// </summary>
2929
public StaticFileOptions StaticFileOptions { get; set; }
3030
}

src/React.Sample.Owin/React.Sample.Owin.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
</Compile>
7878
<Compile Include="Program.cs" />
7979
<Compile Include="Properties\AssemblyInfo.cs" />
80+
<Compile Include="Startup.cs" />
8081
</ItemGroup>
8182
<ItemGroup>
8283
<None Include="App.config" />

0 commit comments

Comments
 (0)