diff --git a/Home.md b/Home.md index 6885584..fbfbdbc 100644 --- a/Home.md +++ b/Home.md @@ -27,7 +27,7 @@ study its [use on microcontrollers](http://docs.micropython.org/en/latest/refere Perhaps you want to measure temperature and display it on a screen. Beginners often rush out and buy hardware, then start trying to figure out how to use it. The problem is that hardware devices usually need a device driver. This is a -program provding an application program interface (API) for the device. Writing +program providing an application program interface (API) for the device. Writing device drivers is not a beginner task; numerous drivers for MicroPython have been written and published. You are advised to seek devices for which a driver already exists.