Standardise spelling of hot-reload

This is the form used elsewhere.
pull/18628/head
Paulo Pinto 2021-08-18 17:08:20 +01:00
parent 74bc3c1dab
commit 45cbfbf5d8
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ require('highlight.js/styles/github.css');
require('katex/dist/katex.css');
/**
* This require is necessary only for purposes of CSS hot reload, as otherwise
* This require is necessary only for purposes of CSS hot-reload, as otherwise
* webpack has some incredibly problems figuring out which css files should be
* hot reloaded, even with proper hints for the loader.
* hot-reloaded, even with proper hints for the loader.
*
* On production build it's going to be an empty module, so don't worry about that.
*/