hot-reload: macOS also uses Ctrl+R (#24636)

pull/24639/head
Sandy Armstrong 2022-01-16 11:23:13 -08:00 committed by GitHub
parent ba5712a99b
commit fe30d99037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <kbd>Ctrl</kbd>+<kbd>R</kbd> (Windows) or <kbd></kbd>+<kbd>R</kbd> (macOS) in the command shell.
To force the app to rebuild and restart, use the keyboard combination <kbd>Ctrl</kbd>+<kbd>R</kbd> 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: