From 4534771fa41824288bc6baf38e45c97a1fcf456e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 16 Feb 2020 12:11:07 +0100 Subject: [PATCH] Fix typo --- Development-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-Setup.md b/Development-Setup.md index 448020c..7ceb1a0 100644 --- a/Development-Setup.md +++ b/Development-Setup.md @@ -31,7 +31,7 @@ On Debian-based distributions, library packages are commonly suffixed by `-dev`. # Compiling as a subproject -To run Sway, you don't need to install it. You can build it and start it directly. Using a subproject will allow you to easily work and wlroots and Sway at the same time. +To run Sway, you don't need to install it. You can build it and start it directly. Using a subproject will allow you to easily work on wlroots and Sway at the same time. ```sh # Clone repositories