summary refs log tree commit diff
path: root/doc/packages
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2023-11-09 21:48:05 +0100
committerGitHub <noreply@github.com>2023-11-09 21:48:05 +0100
commit97b0ae26f7c8a1682b5437a64edcd73ab1798c9b (patch)
treeb7a421f5dd7358d9c2099c4717aa49525addc700 /doc/packages
parent3dc0248dbc70fdba6d1a668ed00b4678dfae098c (diff)
downloadnixpkgs-97b0ae26f7c8a1682b5437a64edcd73ab1798c9b.tar
nixpkgs-97b0ae26f7c8a1682b5437a64edcd73ab1798c9b.tar.gz
nixpkgs-97b0ae26f7c8a1682b5437a64edcd73ab1798c9b.tar.bz2
nixpkgs-97b0ae26f7c8a1682b5437a64edcd73ab1798c9b.tar.lz
nixpkgs-97b0ae26f7c8a1682b5437a64edcd73ab1798c9b.tar.xz
nixpkgs-97b0ae26f7c8a1682b5437a64edcd73ab1798c9b.tar.zst
nixpkgs-97b0ae26f7c8a1682b5437a64edcd73ab1798c9b.zip
doc: avoid 'simply' (#266434)
While the word 'simply' is usually added to encourage readers, it often has the
opposite effect and may even appear condescending, especially when the reader
runs into trouble trying to apply the suggestions from the documentation. It is
almost always an improvement to simply drop the word from the sentence.

(there are more possible improvements like this, we can apply those in separate
PRs)
Diffstat (limited to 'doc/packages')
-rw-r--r--doc/packages/urxvt.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/packages/urxvt.section.md b/doc/packages/urxvt.section.md
index 507feaa6fd8..7aff0997dd2 100644
--- a/doc/packages/urxvt.section.md
+++ b/doc/packages/urxvt.section.md
@@ -34,7 +34,7 @@ $ nix repl
 map (p: p.name) pkgs.rxvt-unicode.plugins
 ```
 
-Alternatively, if your shell is bash or zsh and have completion enabled, simply type `nixpkgs.rxvt-unicode.plugins.<tab>`.
+Alternatively, if your shell is bash or zsh and have completion enabled, type `nixpkgs.rxvt-unicode.plugins.<tab>`.
 
 In addition to `plugins` the options `extraDeps` and `perlDeps` can be used to install extra packages. `extraDeps` can be used, for example, to provide `xsel` (a clipboard manager) to the clipboard plugin, without installing it globally: