From 7fa5fcc4acbedfbb6afa0b8bee3ea9fc5308b078 Mon Sep 17 00:00:00 2001 From: Yannik25 Date: Sat, 16 Jul 2016 22:08:44 +0200 Subject: [PATCH] Update multiple_instances.markdown (#648) --- source/developers/multiple_instances.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/multiple_instances.markdown b/source/developers/multiple_instances.markdown index 9774ccd0254..b8ee5d023c3 100644 --- a/source/developers/multiple_instances.markdown +++ b/source/developers/multiple_instances.markdown @@ -9,7 +9,7 @@ sharing: true footer: true --- -Home Assistant supports running multiple synchronized instances using a master-slave model. Whenever `events.fire` or `states.set` is called on the salve it will forward it to the master. The master will replicate all events and changed states to its slaves. +Home Assistant supports running multiple synchronized instances using a master-slave model. Whenever `events.fire` or `states.set` is called on the slave it will forward it to the master. The master will replicate all events and changed states to its slaves.