Skip to content

Commit 4b51b18

Browse files
sujie-msmamccrea
andauthored
Update articles/stream-analytics/vs-code-intellisense.md
Co-Authored-By: Mary McCready <[email protected]>
1 parent c98c5d6 commit 4b51b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/vs-code-intellisense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The parameter list is also displayed for nested functions. If you type a functio
5454

5555
### Quick Info
5656

57-
As provided by the language service, you can see **quick info** for each identifier in your code (input, output, intermediate result set or function). When you move the mouse pointer over an identifier, its declaration is displayed in a pop-up window. The properties and data schemas for inputs(if configurued) and intermediate data set are shown.
57+
As provided by the language service, you can see **Quick Info** for each identifier in your code. Some examples of identifiers are input, output, an intermediate result set, or function. When you move the mouse pointer over an identifier, its declaration is displayed in a pop-up window. The properties and data schemas for inputs, if configured, and intermediate data set are shown.
5858

5959
![quick info](./media/vs-code-intellisense/quick_info.gif)
6060

0 commit comments

Comments
 (0)