From 577ccb2258d0435fdad8b2987951755d5b43db19 Mon Sep 17 00:00:00 2001 From: Jon K <55580912+jonksc@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:13:15 +0200 Subject: [PATCH] Correct typo --- 2-farm/lessons/1-predict-plant-growth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?