Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo in reactnet-vanilla/Startup.cs
  • Loading branch information
Bonfire authored Apr 26, 2022
commit 761a7946b9ef2f4a79ebdd4fd14376ae86a4dedb
2 changes: 1 addition & 1 deletion src/React.Template/reactnet-vanilla/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, ILoggerF
ContractResolver = new CamelCasePropertyNamesContractResolver()
});

// If you use an external build too (for example, Babel, Webpack,
// If you use an external build tool (for example, Babel, Webpack,
// Browserify or Gulp), you can improve performance by disabling
// ReactJS.NET's version of Babel and loading the pre-transpiled
// scripts. Example:
Expand Down