Skip to content

Commit d011602

Browse files
committed
grammer fix
1 parent 50649e5 commit d011602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ _Explanation: This command launches the Snipping Tool overlay with freeform snip
168168

169169
_Explanation: Since rectangle is specified in the URI, only rectangle snipping mode will be available in Snipping Tool's UI._
170170

171-
### Example 7: No `mode` or `enabledModes` specified
171+
### Example 7: No `mode` specified
172172

173-
`ms-screenclip://capture/image?redirect-uri=my-snip-protocol-test-app://response`
173+
`ms-screenclip://capture/image?&enabledModes=All&redirect-uri=my-snip-protocol-test-app://response`
174174

175-
_Explanation: This request does not specify any mode, making it invalid. Snipping Tool will ignore the call._
175+
_Explanation: This request is invalid because it does not specify a mode (e.g., `rectangle`, `window`, or `freeform`). Even though `enabledModes=All` is provided, a default mode must always be specified. As a result, Snipping Tool will ignore the call._
176176

177177
## Key considerations
178178

0 commit comments

Comments
 (0)