dashboard / erock/pico / docs(tuns): Fix typo #109 rss

open · opened on 2026-02-20T17:28:22Z by noelle
Help
checkout latest patchset:
ssh pr.pico.sh print pr-109 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 109
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 109
accept PR:
ssh pr.pico.sh pr accept 109
close PR:
ssh pr.pico.sh pr close 109
Timeline Patchsets

Patchset ps-199

docs(tuns): Fix typo

Noelle Leigh
2026-02-20T17:05:23Z
Back to top
"set's" → "sets"
+1 -1 posts/tuns.md link
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/posts/tuns.md b/posts/tuns.md
index 0ae4a03..7f3e7ea 100644
--- a/posts/tuns.md
+++ b/posts/tuns.md
@@ -181,7 +181,7 @@ SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE
 
 A tunnel manager for docker services.
 
-tunmgr automatically set's up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels.
+tunmgr automatically sets up tunnels for docker services. It utilizes `Expose` ports as well as DNSNames (and the container name/id) to setup different permutations of tunnels.
 
 > [source code](https://github.com/picosh/tunmgr)