about summary refs log tree commit diff
path: root/nixpkgs/doc/builders/packages/shell-helpers.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/builders/packages/shell-helpers.section.md')
-rw-r--r--nixpkgs/doc/builders/packages/shell-helpers.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/doc/builders/packages/shell-helpers.section.md b/nixpkgs/doc/builders/packages/shell-helpers.section.md
index 57b8619c5007..e7c2b0abebfc 100644
--- a/nixpkgs/doc/builders/packages/shell-helpers.section.md
+++ b/nixpkgs/doc/builders/packages/shell-helpers.section.md
@@ -4,7 +4,7 @@ Some packages provide the shell integration to be more useful. But unlike other
 
 - `fzf` : `fzf-share`
 
-E.g. `fzf` can then used in the `.bashrc` like this:
+E.g. `fzf` can then be used in the `.bashrc` like this:
 
 ```bash
 source "$(fzf-share)/completion.bash"