Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion site/jekyll/tutorials/aspnetcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ app.UseReact(config =>
// .AddScript("~/js/First.jsx")
// .AddScript("~/js/Second.jsx");

// 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
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