From 4708b937366d83f25fd51516526a25d58014bff6 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 3 Nov 2018 02:25:44 -0700 Subject: [PATCH] Fix doc typos (#141) --- docs/entity_registry_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/entity_registry_index.md b/docs/entity_registry_index.md index 91b65b2b..088bead5 100644 --- a/docs/entity_registry_index.md +++ b/docs/entity_registry_index.md @@ -19,4 +19,4 @@ Good sources for a unique ID: - MAC address of a device - latitude/longitude -If a device has a single serial but provides multiple entities, combine the serial with unique identifiers for the entities. For example, if a device measures both temperature and humidithy, you can uniqueley identify the entities using `{serial}-{sensor_type}`. +If a device has a single serial but provides multiple entities, combine the serial with unique identifiers for the entities. For example, if a device measures both temperature and humidity, you can uniquely identify the entities using `{serial}-{sensor_type}`.