diff --git a/completions.go b/completions.go index a3d16bc..67cee18 100644 --- a/completions.go +++ b/completions.go @@ -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 diff --git a/site/content/completions/_index.md b/site/content/completions/_index.md index 8ab4ca0..25f04fb 100644 --- a/site/content/completions/_index.md +++ b/site/content/completions/_index.md @@ -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