diff --git a/aspnetcore/test/hot-reload.md b/aspnetcore/test/hot-reload.md index bc11428914..c702638833 100644 --- a/aspnetcore/test/hot-reload.md +++ b/aspnetcore/test/hot-reload.md @@ -44,7 +44,7 @@ Hot Reload is activated using the [`dotnet watch`](xref:tutorials/dotnet-watch) dotnet watch ``` -To force the app to rebuild and restart, use the keyboard combination Ctrl+R (Windows) or +R (macOS) in the command shell. +To force the app to rebuild and restart, use the keyboard combination Ctrl+R in the command shell. When an unsupported code edit is made, called a *rude edit*, `dotnet watch` asks you if you want to restart the app: