Skip to content

Commit dcfe6e8

Browse files
Fixing typo in Config filters section (#161)
1 parent f24c247 commit dcfe6e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ log_to_syslog={{ .General.LogToSyslog }}
2323
# Filters.
2424
#
2525
# These can be used to filter LoRaWAN frames to reduce bandwith usage between
26-
# the gateway and ChirpStack Gateway Bride. Depending the used backend, filtering
26+
# the gateway and ChirpStack Gateway Bridge. Depending the used backend, filtering
2727
# will be performed by the Packet Forwarder or ChirpStack Gateway Bridge.
2828
[filters]
2929

docs/content/install/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ log_to_syslog=false
7575
# Filters.
7676
#
7777
# These can be used to filter LoRaWAN frames to reduce bandwith usage between
78-
# the gateway and ChirpStack Gateway Bride. Depending the used backend, filtering
78+
# the gateway and ChirpStack Gateway Bridge. Depending the used backend, filtering
7979
# will be performed by the Packet Forwarder or ChirpStack Gateway Bridge.
8080
[filters]
8181

0 commit comments

Comments
 (0)