Skip to content

Commit 129f0b9

Browse files
committed
use more active verb
1 parent 11166bb commit 129f0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/enable-tab-autocomplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article describes how to configure tab completion for five shells: PowerShe
1616

1717
## Native shell completion scripts (.NET 10+)
1818

19-
Starting with .NET 10, the .NET CLI includes native shell completion scripts that are much faster than the dynamic completions available in earlier versions. Native completions generate shell-specific scripts that handle the static parts of the CLI grammar directly in the shell, providing a significant performance improvement.
19+
Starting with .NET 10, the .NET CLI includes native shell completion scripts that run much faster than the dynamic completions available in earlier versions. Native completions generate shell-specific scripts that handle the static parts of the CLI grammar directly in the shell, providing a significant performance improvement.
2020

2121
### Generate completion scripts
2222

0 commit comments

Comments
 (0)