From 6c1b343dd349fbf245a26c80d08ad5f044230db5 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:48:02 +0200 Subject: [PATCH] $, pipes.sh, nix3-develop: titlecase Bash (#14215) --- pages/common/$.md | 2 +- pages/common/nix3-develop.md | 2 +- pages/common/pipes.sh.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/$.md b/pages/common/$.md index d193e4237b..6adcaca886 100644 --- a/pages/common/$.md +++ b/pages/common/$.md @@ -1,6 +1,6 @@ # Dollar sign -> Expand a bash variable. +> Expand a Bash variable. > More information: . - Print a variable: diff --git a/pages/common/nix3-develop.md b/pages/common/nix3-develop.md index 16a2b7baf9..1589a09523 100644 --- a/pages/common/nix3-develop.md +++ b/pages/common/nix3-develop.md @@ -1,6 +1,6 @@ # nix develop -> Run a bash shell that provides the build environment of a derivation. +> Run a Bash shell that provides the build environment of a derivation. > More information: . - Start a shell with all dependencies of a package from nixpkgs available: diff --git a/pages/common/pipes.sh.md b/pages/common/pipes.sh.md index e70eb6e500..6d8cf727bb 100644 --- a/pages/common/pipes.sh.md +++ b/pages/common/pipes.sh.md @@ -1,6 +1,6 @@ # pipes.sh -> A bash script which draws randomly pathed pipes over the terminal. +> A Bash script which draws randomly pathed pipes over the terminal. > More information: . - Change the pa[t]tern of the pipes: