1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Fix typo in 101-tmux-multiplexer.md (#2014)

This commit is contained in:
Nishant Singh
2022-10-05 04:59:38 +05:30
committed by GitHub
parent a494e837d1
commit 7f482c0a90

View File

@@ -7,4 +7,4 @@ When tmux is started it creates a new session with a single window and displays
See `man tmux` further information
<BadgeLink badgeText='Official Documentation' colorScheme='blue' href='https://tmuxguide.readthedocs.io/en/latest/tmux/tmux.html'>Tmux Documentation</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://tmuxcheatsheet.com/'>Tux Cheat Sheet</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://tmuxcheatsheet.com/'>Tmux Cheat Sheet</BadgeLink>