Skip to content

Commit d624f59

Browse files
[nrf toup] Fixed small issues in Kconfig descriptions
Fixed issues in Kconfig descriptions. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
1 parent 8276cee commit d624f59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/nrfconnect/chip-module/Kconfig.features

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ config CHIP_NUS_MAX_COMMAND_LEN
103103
int "Maximum length of single command in Bytes"
104104
default 10
105105
help
106-
Maximum length of single command. This command will be send via Bluetooth LE to
106+
Maximum length of single command. This command will be send through Bluetooth LE to
107107
a paired smart home device.
108108

109109
config CHIP_NUS_FIXED_PASSKEY
@@ -240,7 +240,7 @@ choice CHIP_LAST_FABRIC_REMOVED_ACTION
240240
help
241241
After removing the last fabric the device will perform the factory reset and
242242
then reboot. The current RAM state will be removed and the new commissioning to
243-
the new fabric will use the initial fabric index. This option is the most safe.
243+
the new fabric will use the initial fabric index. This option is the safest.
244244

245245
config CHIP_LAST_FABRIC_REMOVED_ERASE_AND_PAIRING_START
246246
bool "After removing the last fabric erase NVS and start Bluetooth LE advertising"

config/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ config CHIP_OTA_REQUESTOR
255255
bool "OTA Software Update Requestor"
256256
help
257257
Enables over-the-air (OTA) Requestor role that allows the node to perform
258-
Device Firmware Upgrade by quering and downloading a new firmware image
258+
Device Firmware Upgrade by querying and downloading a new firmware image
259259
from a peer OTA Provider node.
260260

261261
config CHIP_ROTATING_DEVICE_ID

0 commit comments

Comments
 (0)