]> git.basschouten.com Git - openhab-addons.git/commitdiff
automation.jsscripting/README: typo (#12637)
authorДилян Палаузов <git-dpa@aegee.org>
Fri, 22 Apr 2022 13:28:10 +0000 (16:28 +0300)
committerGitHub <noreply@github.com>
Fri, 22 Apr 2022 13:28:10 +0000 (15:28 +0200)
bundles/org.openhab.automation.jsscripting/README.md

index 97af368e3694ab86189a75e2666e293dd7953c49..bf94d59e148b91efd8c57aef019a4a4b2255f3ae 100644 (file)
@@ -443,7 +443,7 @@ See [openhab-js : utils](https://openhab.github.io/openhab-js/utils.html) for fu
 
 The JSScripting binding  will load scripts from `automation/js` in the user configuration directory.
 The system will automatically reload scripts when changes are detected to files.
-Local variable state is not persisted among reloads, see using the [cache](#cache) for a connivent way to persist objects.
+Local variable state is not persisted among reloads, see using the [cache](#cache) for a convenient way to persist objects.
 
 File based rules can be created in 2 different ways: using [JSRule](#jsrule) or the [Rule Builder](#rule-builder).