Skip to content

Commit c32bcf3

Browse files
AJKempsAlex Kemperampcode-com
authored
Fix trailing whitespace in deepSearch.sharing.enabled config (#1255)
Amp-Thread: https://ampcode.com/threads/T-c17d05b8-97f9-481c-9d1e-9bb5570325b8 <!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel. Co-authored-by: Alex Kemper <[email protected]> Co-authored-by: Amp <[email protected]>
1 parent ea34266 commit c32bcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deep-search/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Conversation sharing is disabled by default. To enable conversation sharing, ask
5858
```json
5959
"experimentalFeatures": {
6060
"deepSearch.enabled": true,
61-
"deepSearch.sharing.enabled ": true,
61+
"deepSearch.sharing.enabled": true,
6262
},
6363
```
6464

0 commit comments

Comments
 (0)