diff --git a/docs/files/index.html b/docs/files/index.html index be50e7a..bddab88 100644 --- a/docs/files/index.html +++ b/docs/files/index.html @@ -209,7 +209,7 @@ $(function() {
By default, the Bounce library uses a stable interval to process the debouncing. This is simpler to understand and can cancel unwanted noise.

By defining "#define BOUNCE_LOCK_OUT" in "Bounce.h" (or in your code before including "Bounce.h") you can activate an alternative debouncing method. This method is a lot more responsive, but does not cancel noise.
+By defining "#define BOUNCE_LOCK_OUT" in "Bounce.h" you can activate an alternative debouncing method. This method is a lot more responsive, but does not cancel noise.
