aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar James Mills <james@jaehl.net>2020-04-30 14:15:58 +0100
committerLibravatar GitHub <noreply@github.com>2020-04-30 15:15:58 +0200
commit2373af77d412388a0044e7e40e9d03bbc22e3735 (patch)
tree38f46e48804e2475b0112f6c3e18b4b99733d862
parentfix typos in sway-input.5.scd (diff)
downloadsway-2373af77d412388a0044e7e40e9d03bbc22e3735.tar.gz
sway-2373af77d412388a0044e7e40e9d03bbc22e3735.tar.zst
sway-2373af77d412388a0044e7e40e9d03bbc22e3735.zip
Fix typo in swaybar-protocol.7.scd
-rw-r--r--swaybar/swaybar-protocol.7.scd4
1 files changed, 2 insertions, 2 deletions
diff --git a/swaybar/swaybar-protocol.7.scd b/swaybar/swaybar-protocol.7.scd
index f990e7b4..3f6a712c 100644
--- a/swaybar/swaybar-protocol.7.scd
+++ b/swaybar/swaybar-protocol.7.scd
@@ -7,8 +7,8 @@ swaybar-protocol - JSON status line protocol for swaybar
7# SUMMARY 7# SUMMARY
8 8
9swaybar defines the following JSON protocol to specify what information is 9swaybar defines the following JSON protocol to specify what information is
10displayed in the status line on the right side of swaybar. The protocol is 10displayed in the status line on the right side of swaybar. The protocol
11compromised of a header, that is a JSON object, followed by an infinite JSON 11comprises a header, that is a JSON object, followed by an infinite JSON
12array that represents the information to display. All communication is done by 12array that represents the information to display. All communication is done by
13writing the status line to standard output and reading events from standard 13writing the status line to standard output and reading events from standard
14input. 14input.