From 4c758bd0b778442d9540ceee27a3dd083ab3b77a Mon Sep 17 00:00:00 2001 From: Karl-Erik Enkelmann <110300169+playdohface@users.noreply.github.com> Date: Fri, 12 Sep 2025 20:46:48 +0200 Subject: [PATCH] fix command name for hover in docs (#38084) Release Notes: - N/A --- docs/src/configuring-languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuring-languages.md b/docs/src/configuring-languages.md index 9da44fb53d..fae19686c7 100644 --- a/docs/src/configuring-languages.md +++ b/docs/src/configuring-languages.md @@ -439,7 +439,7 @@ When renaming a symbol that spans multiple files, Zed will open a preview in a m ### Hover Information -Use the `editor: Show Hover` command to display information about the symbol under the cursor. This often includes type information, documentation, and links to relevant resources. +Use the `editor: Hover` command to display information about the symbol under the cursor. This often includes type information, documentation, and links to relevant resources. ### Workspace Symbol Search