Skip to content

Commit f2931e6

Browse files
Add fullstops at end of sentence (#2745)
1 parent 5ceb30b commit f2931e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

addons/uis/apps/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Example:
6767

6868
This is the secondary connection to your openHAB instance, a fully qualified URL with an IP or host is required.
6969
If using the openHAB cloud service, leave this as the default setting of `https://myopenhab.org`.
70-
When set to the public cloud, the app will also register for push notifications (as long as credentials are correct)
70+
When set to the public cloud, the app will also register for push notifications (as long as credentials are correct).
7171

7272
The [Local URL](#local-url) will be used as the primary connection, and if that fails or is not reachable, falls back to the remote URL.
7373

configuration/rules-dsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ val hour = (MyDateTimeItem.state as DateTimeType).getZonedDateTime(ZoneId.system
549549

550550
A Dimmer Item carries a **PercentType**.
551551
PercentType can be cast to and treated like a java.lang.Number, where Number represents any type of numerical value.
552-
The Rules language supports doing mathematical and logical operations with Numbers
552+
The Rules language supports doing mathematical and logical operations with numbers.
553553
The Number Object supports methods for getting primitive versions of that Number if needed.
554554

555555
```java

0 commit comments

Comments
 (0)