Fix escaping of `alt-\` in docs for triggering inline completion (#23684)

Michael Sloan created

Release Notes:

- N/A

Change summary

docs/src/completions.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/completions.md 🔗

@@ -58,7 +58,7 @@ There a number of actions/shortcuts available to interact with inline completion
 
 - `editor: accept inline completion` (`tab`): To accept the current inline completion
 - `editor: accept partial inline completion` (`cmd-right`): To accept the current inline completion up to the next word boundary
-- `editor: show inline completion` (`alt-\\`): Trigger a inline completion request manually
+- `editor: show inline completion` (`alt-\`): Trigger a inline completion request manually
 - `editor: next inline completion` (`alt-]`): To cycle to the next inline completion
 - `editor: previous inline completion` (`alt-[`): To cycle to the previous inline completion