diff --git a/107.md b/107.md
index 3746e38..be21a7c 100644
--- a/107.md
+++ b/107.md
@@ -8,13 +8,13 @@ Nostr Internet of Things
## Rationale
-The terms/conditions of IoT software/hardware is horrible. A user should be able to message a light or heating and ask it to turn on/off. Nostr gives the simple, permissionless development enviroment IoT needs.
+The terms/conditions of IoT software/hardware is horrible. A user should be able to message a light or heating and ask it to turn on/off. Nostr gives the simple, permissionless development environment IoT needs.
All communication happens over [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md).
## Terms
-- `user` - user operating IoT device with NOSTR key-pair and a client made specifically for IoT
+- `user` - user operating IoT devices with NOSTR key-pair and a client made specifically for IoT
- `device` - device to operate over Nostr with NOSTR key-pair, using a microcontroller client like nostr-arduino
@@ -68,5 +68,5 @@ Note:
Note:
- `settings`:
- - Standard `settings` innclude:
+ - Standard `settings` include:
- eg: `[["on", ], ["range", ], ["timer_on", ], ["timer_off", ]]`