From d937a979dc09b38a955d2ef51278006fdeab7b29 Mon Sep 17 00:00:00 2001 From: miniconfig Date: Fri, 3 Feb 2017 03:48:45 -0500 Subject: [PATCH] Grammatical Correction to website.markdown (#1946) Made a minor correction to the grammar on the developers/website page. --- source/developers/website.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/website.markdown b/source/developers/website.markdown index 158d04f28c2..b407ff48e0f 100644 --- a/source/developers/website.markdown +++ b/source/developers/website.markdown @@ -69,7 +69,7 @@ A couple of points to remember: - Document the needed steps to retrieve API keys or access token for the third party service or device if needed. - Keep the configuration sample minimal by only adding the `Required` options. Full configuration details with further explanations should go into a seperate section. - The description of all the configuration variables should contains information about the used defaults. -- If you're adding a new component, for the `ha_release` part of the header, just increment off the current release. If the current release is 0.37, make ha_release 0.38. +- If you're adding a new component, for the `ha_release` part of the header, just increment off the current release. If the current release is 0.37, make `ha_release` 0.38. ### {% linkable_title Embedding Code %}