From 6ea4535acbc26ff2333e18c2fb4f87bb42aa9927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Drexler?= Date: Thu, 9 Mar 2023 10:39:59 +0100 Subject: [PATCH] =?UTF-8?q?spelling=20fixed=20Signed-off-by:=20Ren=C3=A9?= =?UTF-8?q?=20Drexler=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/EXAMPLES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/EXAMPLES.md b/doc/EXAMPLES.md index efe2cfcf..a949fce3 100644 --- a/doc/EXAMPLES.md +++ b/doc/EXAMPLES.md @@ -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 { @@ -1063,4 +1063,4 @@ public class DemoRule extends JRule { logInfo("Metadata Configuration: '{}'", item.getMetadata().get("Speech").getConfiguration()); } } -``` \ No newline at end of file +```