Skip to content

Commit 6ca422d

Browse files
committed
fix(spelling): Fix missed words
1 parent c322184 commit 6ca422d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: libraries/ESP32/examples/Touch/TouchButton/TouchButton.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
33
This is an example how to use Touch Intrrerupts
4-
The sketh will tell when it is touched and then released as like a push-button
4+
The sketch will tell when it is touched and then released as like a push-button
55
66
This method based on touchInterruptSetThresholdDirection() is only available for ESP32
77
*/

Diff for: libraries/ESP32/examples/Touch/TouchButtonV2/TouchButtonV2.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
33
This is an example how to use Touch Intrrerupts
4-
The sketh will tell when it is touched and then released as like a push-button
4+
The sketch will tell when it is touched and then released as like a push-button
55
66
This method based on touchInterruptGetLastStatus() is only available for ESP32 S2 and S3
77
*/

0 commit comments

Comments
 (0)