about summary refs log tree commit diff
path: root/nixpkgs/doc/builders/packages/fish.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/builders/packages/fish.section.md')
-rw-r--r--nixpkgs/doc/builders/packages/fish.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/doc/builders/packages/fish.section.md b/nixpkgs/doc/builders/packages/fish.section.md
index 3086bd68348f..85b57acd1090 100644
--- a/nixpkgs/doc/builders/packages/fish.section.md
+++ b/nixpkgs/doc/builders/packages/fish.section.md
@@ -36,7 +36,7 @@ using `buildFishPlugin` and running unit tests with the `fishtape` test runner.
 ## Fish wrapper {#sec-fish-wrapper}
 
 The `wrapFish` package is a wrapper around Fish which can be used to create
-Fish shells initialised with some plugins as well as completions, configuration
+Fish shells initialized with some plugins as well as completions, configuration
 snippets and functions sourced from the given paths. This provides a convenient
 way to test Fish plugins and scripts without having to alter the environment.