From d48a6d5e325fc1e7c2770b91a49b7b9f52ca283d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Gonz=C3=A1lez?= Date: Fri, 21 Aug 2015 17:27:32 +0200 Subject: [PATCH] Fix little typo --- docs/development/Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/Development.md b/docs/development/Development.md index d3efe8ce94..5cf9fbf96e 100755 --- a/docs/development/Development.md +++ b/docs/development/Development.md @@ -46,7 +46,7 @@ Note: Tests are written in C++ and linked with with firmware's C code. ### Running the tests. -The tests and test build system is very simple and based of the googletest example files, it will be improved in due course. From the root folder of the project simply do: +The tests and test build system is very simple and based off the googletest example files, it will be improved in due course. From the root folder of the project simply do: ``` make test