Skip to content

Commit fd05752

Browse files
committed
Apply macOS SIGINT key combo hint fix everywhere else too
1 parent d003a6f commit fd05752

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/technical-details/reference/components/applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
2424

2525
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
2626

27-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
27+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
2828

2929
### Deploying to a local Harper instance
3030

versioned_docs/version-4.4/developers/components/managing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
2222

2323
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
2424

25-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
25+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
2626

2727
### Deploying to a local Harper instance
2828

versioned_docs/version-4.5/developers/components/managing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
2222

2323
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
2424

25-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
25+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
2626

2727
### Deploying to a local Harper instance
2828

0 commit comments

Comments
 (0)