From fe30d99037f32e49320e318e3f9befa5625546ac Mon Sep 17 00:00:00 2001 From: Sandy Armstrong Date: Sun, 16 Jan 2022 11:23:13 -0800 Subject: [PATCH] hot-reload: macOS also uses Ctrl+R (#24636) --- aspnetcore/test/hot-reload.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: