From e0e3b147ed0860fc7bca513c2e886fbfa07e2dc8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 11 May 2015 08:38:48 +0200 Subject: [PATCH] fix typo --- source/developers/api.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/api.markdown b/source/developers/api.markdown index ac9737a5d44..372a5051aab 100644 --- a/source/developers/api.markdown +++ b/source/developers/api.markdown @@ -118,7 +118,7 @@ Returns a state object for specified entity_id. Returns 404 if not found. #### {% linkable_title POST /api/states/<entity_id> %} Updates or creates the current state of an entity. -Expects a JSON object that has atleast a state attribute: +Expects a JSON object that has at least a state attribute: ```json {