From 616ac6a2a88313977917e5521a402d1165a5e8f5 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Tue, 27 Jan 2026 08:56:14 +0100 Subject: [PATCH] typos --- data/pass.md | 2 +- networking/wireguard.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/pass.md b/data/pass.md index e3cdbf2..4052f4c 100644 --- a/data/pass.md +++ b/data/pass.md @@ -28,7 +28,7 @@ To add a basic password, e.g. for `$WEBSITE`: pass $WEBSITE ``` -To insert a multiline password, e.g. with a login name: +To insert a multi-line password, e.g. with a login name: ```sh pass add -m $WEBSITE diff --git a/networking/wireguard.md b/networking/wireguard.md index ef87eb0..120ee3c 100644 --- a/networking/wireguard.md +++ b/networking/wireguard.md @@ -48,7 +48,7 @@ echo 'net.ipv4.ip_forward=1' > /etc/sysctl.d/wg.conf ``` ```sh -systemctl enable --now wg-quiqck@wg0 +systemctl enable --now wg-quick@wg0 ``` ```sh