diff --git a/2-farm/lessons/1-predict-plant-growth/README.md b/2-farm/lessons/1-predict-plant-growth/README.md index 6c1caa5f..e8ed86ea 100644 --- a/2-farm/lessons/1-predict-plant-growth/README.md +++ b/2-farm/lessons/1-predict-plant-growth/README.md @@ -134,7 +134,7 @@ By gathering temperature data using an IoT device, a farmer can automatically be ![Telemetry data is sent to a server and then saved to a database](../../../images/save-telemetry-database.png) -The server code can also augment the data by adding extra information. For example, the IoT device can publish an identifier to indicate which device it is, and the sever code can use this to look up the location of the device, and what crops it is monitoring. It can also add basic data like the current time as some IoT devices don't have the necessary hardware to keep track of an accurate time, or require additional code to read the current time over the Internet. +The server code can also augment the data by adding extra information. For example, the IoT device can publish an identifier to indicate which device it is, and the server code can use this to look up the location of the device, and what crops it is monitoring. It can also add basic data like the current time as some IoT devices don't have the necessary hardware to keep track of an accurate time, or require additional code to read the current time over the Internet. ✅ Why do you think different fields might have different temperatures?