fixed bad grammar mistake

This commit is contained in:
Jack Wright 2024-12-08 19:35:50 -08:00
parent e0ac28fad8
commit 14e642ede9
2 changed files with 2 additions and 2 deletions

View File

@ -850,7 +850,7 @@ to your powershell profile.
To configure the Nushell cobra external completer for the first time:
# 1. Edit the nushell config file:
> config nu
# 2. Copy the completer to at the end of the file.
# 2. Copy the completer to the end of the file.
# 3. Add a section like the following below at the end of the file:
$env.config.completions.external = {
enable: true

View File

@ -75,7 +75,7 @@ Nushell:
# To configure the Nushell cobra external completer for the first time:
# 1. Edit the nushell config file:
> config nu
# 2. Copy the completer to at the end of the file.
# 2. Copy the completer to the end of the file.
# 3. Add a section like the following below at the end of the file:
$env.config.completions.external = {
enable: true