From 75fe4eec83186bf77d68421dee56d4a346d9c20b Mon Sep 17 00:00:00 2001
From: hexa- <mweinelt@gmail.com>
Date: Fri, 2 Jan 2015 17:40:03 +0100
Subject: [PATCH] docs: typo

---
 docs/dev/hardware.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/hardware.rst b/docs/dev/hardware.rst
index 0ea71dc12..bf0332809 100644
--- a/docs/dev/hardware.rst
+++ b/docs/dev/hardware.rst
@@ -45,7 +45,7 @@ The final image name must be the same that is returned by the following command.
     lua -e 'print(require("platform_info").get_image_name())'
 
 
-This is just for the autoupdater can work. The command has to be executed _on_ the target (eg. the hardware router with a flashed image). So you'll first have to build an image with a guessed name, and afterwards build a new, correctly named image. On targets which aren't supported by the autoupdater,
+This is just so the autoupdater can work. The command has to be executed _on_ the target (eg. the hardware router with a flashed image). So you'll first have to build an image with a guessed name, and afterwards build a new, correctly named image. On targets which aren't supported by the autoupdater,
 ``require("platform_info").get_image_name()`` will just return ``nil`` and the final image name
 may be defined arbitrarily.
 
-- 
GitLab