Fix typos in docs (#11015)

(cherry picked from commit 9b67b2ae07)
This commit is contained in:
Klaus Hipp
2025-01-07 02:40:30 +01:00
committed by David Adam
parent 4decacb933
commit a9b7dd1a9b
6 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ Combining these features, it is possible to create custom syntaxes, where a regu
> abbr > ~/.config/fish/conf.d/myabbrs.fish
This will save all your abbrevations in "myabbrs.fish", overwriting the whole file so it doesn't leave any duplicates,
This will save all your abbreviations in "myabbrs.fish", overwriting the whole file so it doesn't leave any duplicates,
or restore abbreviations you had erased.
Of course any functions will have to be saved separately, see :doc:`funcsave <funcsave>`.