Skip to content

Commit 065a248

Browse files
benfdkingCopilot
andauthored
Update docs/guides/vscode.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e52e996 commit 065a248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ See auto-completion suggestions when writing SQL models, keywords, or model name
113113

114114
Hovering over a model name shows a tooltip with the model description.
115115

116-
In addition to hover information, you can go do to a definition of the following objects in a SQL file by either right-clicking and choosing "Go to definition" or by `Command/Control + Click` on the respective reference. This currently works for:
116+
In addition to hover information, you can go to a definition of the following objects in a SQL file by either right-clicking and choosing "Go to definition" or by `Command/Control + Click` on the respective reference. This currently works for:
117117

118118
- Model references in a SQL file like `FROM my_model`
119119
- CTE reference in a SQL file like `WITH my_cte AS (...) ... FROM my_cte`

0 commit comments

Comments
 (0)