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 9da44fb53dba0ea044ce01ddb2d9ef3d90133adb..fae19686c70731252f38216cf1c30b692a3985d9 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