From 14e642ede90211776346674e1e66593b1a82364a Mon Sep 17 00:00:00 2001 From: Jack Wright Date: Sun, 8 Dec 2024 19:35:50 -0800 Subject: [PATCH] fixed bad grammar mistake --- completions.go | 2 +- site/content/completions/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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