Fix doc typos (#141)

This commit is contained in:
Brad Fitzpatrick 2018-11-03 02:25:44 -07:00 committed by Paulus Schoutsen
parent 82d2241882
commit 4708b93736

View File

@ -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}`.