From a0befd65a06ae5aa46343d4fdffe2a73dbeb9710 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Sat, 21 Dec 2013 16:06:00 +0000
Subject: [PATCH] Nitpick wording

---
 docs/Embed.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Embed.md b/docs/Embed.md
index 386003658..4dd8db44c 100644
--- a/docs/Embed.md
+++ b/docs/Embed.md
@@ -77,8 +77,8 @@ Below is the list of compilation flags that enable or disable certain
 features. By default, some features are enabled, and could be disabled
 by setting appropriate `NO_*` flag. Features that are disabled by default
 could be enabled by setting appropriate `USE_*` flag. Bare bones Mongoose
-is quite small, about 30 kilobytes compiled x86 code. Each feature adds
-couple of kilobytes to the executable size, and some runtime penalty.
+is quite small, about 30 kilobytes of compiled x86 code. Each feature adds
+a couple of kilobytes to the executable size, and also has some runtime penalty.
 
     -DNO_AUTH         Disable MD5 authorization support
     -DNO_CGI          Disable CGI support
-- 
GitLab