aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2020-04-30 14:15:58 +0100
committerFurkan Sahin <furkan-dev@proton.me>2020-04-30 14:15:58 +0100
commit197d257acac8983acdc6ac8983d3f8825e91945e (patch)
tree38f46e48804e2475b0112f6c3e18b4b99733d862
parent6216d7c8d08d45a3203a43353b5af4556ebc9227 (diff)
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
# SUMMARY
swaybar defines the following JSON protocol to specify what information is
-displayed in the status line on the right side of swaybar. The protocol is
-compromised of a header, that is a JSON object, followed by an infinite JSON
+displayed in the status line on the right side of swaybar. The protocol
+comprises a header, that is a JSON object, followed by an infinite JSON
array that represents the information to display. All communication is done by
writing the status line to standard output and reading events from standard
input.