aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-04-24 07:51:13 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-04-24 07:51:13 -0500
commitb35c0f796efb8654f79b813073e2467c19ef608f (patch)
treec296e89e805fe3457bc464cff3102af721b53c9f /README.md
parentc00da5eeb00eefc62a531386bcf8df0e7f0f572f (diff)
fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7dfd1f..c8870e7 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ serve a similar function to `.xinitrc`: starting a service manager or other
startup applications. Unlike `.xinitrc`, the display server will not shut down
when this process terminates. Instead, as dwl is shutting down, it will send
this process a SIGTERM and wait for it to terminate (if it hasn't already).
-This make it ideal not only for initialization but also for execing into a
+This makes it ideal not only for initialization but also for execing into a
user-level service manager like s6 or `systemd --user`.