Skip to content

Commit 463f621

Browse files
committed
edit pass: visual-studio-prompts-articles
1 parent 94d4d97 commit 463f621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/visualstudio.extensibility/user-prompt/user-prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This article covers the following scenarios for working with user prompts:
5252

5353
Creating a user prompt with the new Extensibility model is as simple as calling the [`ShowPromptAsync`](/dotnet/api/microsoft.visualstudio.extensibility.shell.shellextensibility.showpromptasync) method from the [ShellExtensibility](/dotnet/api/microsoft.visualstudio.extensibility.shell.shellextensibility) helpers and passing in your options.
5454

55-
### ShellExtensibility.ShowPromptAsync<TResult>()
55+
### ShellExtensibility.ShowPromptAsync()
5656

5757
The [`ShowPromptAsync`](/dotnet/api/microsoft.visualstudio.extensibility.shell.shellextensibility.showpromptasync) method takes three parameters:
5858

0 commit comments

Comments
 (0)