Skip to content

Commit

Permalink
fix(spelling): Fix missed words
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Aug 26, 2024
1 parent c322184 commit 6ca422d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/ESP32/examples/Touch/TouchButton/TouchButton.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This is an example how to use Touch Intrrerupts
The sketh will tell when it is touched and then released as like a push-button
The sketch will tell when it is touched and then released as like a push-button
This method based on touchInterruptSetThresholdDirection() is only available for ESP32
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This is an example how to use Touch Intrrerupts
The sketh will tell when it is touched and then released as like a push-button
The sketch will tell when it is touched and then released as like a push-button
This method based on touchInterruptGetLastStatus() is only available for ESP32 S2 and S3
*/
Expand Down

0 comments on commit 6ca422d

Please sign in to comment.