Skip to content

Commit 083ec52

Browse files
Update docs/extensibility/visualstudio.extensibility/extensibility-models.md
Co-authored-by: Gordon Hogenson <[email protected]>
1 parent de98b71 commit 083ec52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/visualstudio.extensibility/extensibility-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ There are few issues to get into here, and they all revolve around threading and
166166

167167
### Async API versus async code execution
168168

169-
The first thing to note is that the `ExecuteAsync` method in Community Toolkit is a wrapped async fire and forget call in VSSDK:
169+
The first thing to note is that the `ExecuteAsync` method in Community Toolkit is a wrapped async fire-and-forget call in VSSDK:
170170

171171
``` csharp
172172
package.JoinableTaskFactory.RunAsync(async delegate

0 commit comments

Comments
 (0)