Skip to content

Commit 71b098c

Browse files
committed
Fix integation -> integration typo in config template.
1 parent 9a1ae35 commit 71b098c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/lora-gateway-bridge/cmd/configfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ marshaler="{{ .Integration.Marshaler }}"
266266
#
267267
# This setting will preset uplink and downlink topics that will only
268268
# work with Azure IoT Hub service.
269-
[integation.mqtt.auth.azure_iot_hub]
269+
[integration.mqtt.auth.azure_iot_hub]
270270
271271
# Device connection string.
272272
#

docs/content/install/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ marshaler="protobuf"
312312
#
313313
# This setting will preset uplink and downlink topics that will only
314314
# work with Azure IoT Hub service.
315-
[integation.mqtt.auth.azure_iot_hub]
315+
[integration.mqtt.auth.azure_iot_hub]
316316

317317
# Device connection string.
318318
#

0 commit comments

Comments
 (0)