diff --git a/fhem/FHEM/91_sequence.pm b/fhem/FHEM/91_sequence.pm
index a14af53e7..59e361387 100644
--- a/fhem/FHEM/91_sequence.pm
+++ b/fhem/FHEM/91_sequence.pm
@@ -269,8 +269,8 @@ sequence_Undef($$)
strictSequence
if set (to 1), any "unexpected" event will reset the sequence. This may
be helpful to avoid brute-force attacks.
- Note: it will only work as correctly if the sequence is triggering only
- to the configured devices (check the NOTIFYDEV internal), and the source
+ Note: it will only work correctly if the sequence is triggered only
+ by the configured devices (check the NOTIFYDEV internal), and the source
is not generating "undesired" events together with the desired ones.