From 3632ee96017fb8996a66a152fc2b46e6aa7d5b71 Mon Sep 17 00:00:00 2001 From: Colin Yates Date: Fri, 8 Jan 2016 11:13:28 +0000 Subject: [PATCH] Fix spelling mistake. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 657c9ec..b2c55b7 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ and some other use cases. ### Suspendable Lifecycle -In additiong to `start` / `stop` functions, a state can also have `resume` and, if needed, `suspend` ones: +In addition to `start` / `stop` functions, a state can also have `resume` and, if needed, `suspend` ones: ```clojure (defstate web-server :start start-server