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
Next Next commit
Fix minor typo in tutorials/aspnetcore.md
  • Loading branch information
Bonfire authored Apr 26, 2022
commit 4853fdaaa748f11d95285b91e65a340774bcf79a
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