Quellcode durchsuchen

fixing spelling mistakes

clementinecomputing vor 5 Jahren
Ursprung
Commit
cdf4438503
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      experiment/production/PIU-Notes.md

+ 2 - 2
experiment/production/PIU-Notes.md

@@ -239,7 +239,7 @@ for event in dev.read_loop():
 ```
 
 Note that the `HID_NAME` is specific to the USB magstripe reader I had on hand.
-Multiple of the same could be attached and would need to be differentiated by thei `/dev/input/event*` endpoints.
+Multiple of the same could be attached and would need to be differentiated by the `/dev/input/event*` endpoints.
 
 
 
@@ -249,7 +249,7 @@ Display
 The passenger needs feedback so a display is required.
 I think it's good practice to provide a mechanism for user interaction and high resolution display.
 
-The high resolution display can be used for fare media presenteation feedback.
+The high resolution display can be used for fare media presentation feedback.
 For example, letting the rider see what the camera is seeing to better align a QR codes ticket.
 
 The touch feedback can be used for complex fare media or for future options.