Fix typo.

This commit is contained in:
Joachim Bauch 2022-08-04 09:12:27 +02:00
parent aaa9b2dde2
commit b28a8b163b
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -164,7 +164,7 @@ can be interconnected to form a single "virtual" server. This can be used to
increase the capacity of the signaling server or provide a failover setup.
For that a central NATS server / cluster must be used by all instances. Each
instance must running a GRPC server (enable `listening` in section `grpc` and
instance must run a GRPC server (enable `listening` in section `grpc` and
optionally setup certificate, private key and CA). The list of other GRPC
targets must be configured as `targets` in section `grpc` or can be retrieved
from an etcd cluster. See `server.conf.in` in section `grpc` for configuration