Skip to content

Commit 506e408

Browse files
committed
grammer fix
1 parent b2e901c commit 506e408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/develop/launch/launch-snipping-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Snipping Tool protocol supports the following features:
6060
| `host` | string (enum) | yes | Specifies the **Snipping Tool action** to perform. Supported values: <br>- `capture` – Opens Snipping Tool to take a screenshot or recording. <br>- `discover` – Queries supported features. | `capture` |
6161
| `path` | string (enum) | yes | Specifies the **type of media** being captured: <br>- `image` – Screenshot capture. <br>- `video` – Screen recording. | n/a |
6262
| `enabledModes` | string (list) | no | Controls which snipping or recording modes are **enabled** in the UI. <br> - `RectangleSnip` <br> - `WindowSnip` <br> - `FreeformSnip` <br> - `RectangleRecord` <br> - `SnippingAllModes` (all image modes) <br> - `RecordAllModes` (all recording modes) <br> - `All` (all supported modes) | Defaults to the mode specified in the URI (`path`) |
63-
| `auto-save` | boolean | no | Determines whether the captured **Screenshot or Recording** is automatically saved to the user's device. If set to `false`, the file is stored temporarily and can only be accessed using the token provided in the response. <br> **Note:** The screenshot or recording will only be automatically saved if the user has enabled the corresponding settings: <br> - **"Automatically save original screenshots"** for screenshots. <br> - **"Automatically save original screen recordings"** for recordings. | `false` |
63+
| `auto-save` | boolean | no | Determines whether the captured **Screenshot or Recording** is automatically saved to the user's device. If set to `false`, the file is stored temporarily and can only be accessed using the token provided in the response. <br> **Note:** The screenshot or recording will only be automatically saved if the user has enabled the corresponding Snipping Tool settings: <br> - **"Automatically save original screenshots"** for screenshots. <br> - **"Automatically save original screen recordings"** for recordings. | `false` |
6464
| `redirect-uri` | URI | yes | Callback URI where the response will be sent. The calling application must register a handler for this protocol to receive and process the response. | n/a |
6565

6666
### Discover Host

0 commit comments

Comments
 (0)