From 5b912dcfbd8b32afec25d22247463cc92fc03999 Mon Sep 17 00:00:00 2001 From: Blanyal D'Souza Date: Mon, 3 Oct 2016 00:51:46 +0530 Subject: [PATCH] Fixed typo in developers/development_testing/ (#1058) --- source/developers/development_testing.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/development_testing.markdown b/source/developers/development_testing.markdown index 3b3a7156010..068e9ebc672 100644 --- a/source/developers/development_testing.markdown +++ b/source/developers/development_testing.markdown @@ -13,7 +13,7 @@ Home Assistant enforces strict [PEP8 style](https://www.python.org/dev/peps/pep- ### {% linkable_title Local testing %} -It's highly recommanded to run `tox` before you create your Pull Request to avoid annoying fixes. Local testing requires `tox` to be installed. +It's highly recommended to run `tox` before you create your Pull Request to avoid annoying fixes. Local testing requires `tox` to be installed. ```bash $ pip3 install tox