From 9a1a49ceec3c8f86d0383149eca3387fe942dd56 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Wed, 1 Jun 2016 23:16:17 +0300
Subject: [PATCH] esp8266/general: Typo/grammar fixes.

---
 docs/esp8266/general.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/esp8266/general.rst b/docs/esp8266/general.rst
index 3ddcee218..d6ad83b2a 100644
--- a/docs/esp8266/general.rst
+++ b/docs/esp8266/general.rst
@@ -72,10 +72,10 @@ modifying the standard process).
 
 Once the filesystem is mounted, ``boot.py`` is executed from it. The standard
 version of this file is created during first-time module set up and by
-defaults starts up a WebREPL daemon to handle incoming connections. This
+default starts up a WebREPL daemon to handle incoming connections. This
 file is customizable by end users (for example, you may want to disable
 WebREPL for extra security, or add other services which should be run on
-module start-up). But keep in mind that incorrect modifications to boot.py
+a module start-up). But keep in mind that incorrect modifications to boot.py
 may still lead to boot loops or lock ups, requiring to reflash a module
 from scratch.
 
-- 
GitLab