Skip to content

Commit

Permalink
Merge pull request #141 from rdrxr/main
Browse files Browse the repository at this point in the history
spelling fixed
  • Loading branch information
seaside1 authored Mar 12, 2023
2 parents 0eb3ba6 + 6ea4535 commit 84ac65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ package org.openhab.automation.jrule.rules.user;

import org.openhab.automation.jrule.rules.event.JRuleEvent;
import org.openhab.automation.jrule.rules.JRuleName;
import org.openhab.automation.jrule.rules.JRuleWhenCromTrigger;
import org.openhab.automation.jrule.rules.JRuleWhenCronTrigger;
import org.openhab.automation.jrule.rules.JRule;

public class DemoRule extends JRule {
Expand Down Expand Up @@ -1063,4 +1063,4 @@ public class DemoRule extends JRule {
logInfo("Metadata Configuration: '{}'", item.getMetadata().get("Speech").getConfiguration());
}
}
```
```

0 comments on commit 84ac65a

Please sign in to comment.