浏览代码

Fixes another typo

Riley Littlefield 5 年之前
父节点
当前提交
9eb64dc6a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/configuration/required-settings.md

+ 1 - 1
docs/configuration/required-settings.md

@@ -101,7 +101,7 @@ REDIS = {
 
 
 If you are using [Redis Sentinel](https://redis.io/topics/sentinel) for high-availability purposes, there is minimal 
 If you are using [Redis Sentinel](https://redis.io/topics/sentinel) for high-availability purposes, there is minimal 
 configuration necessary to convert NetBox to recognize it. It requires the removal of the `HOST` and `PORT` keys from 
 configuration necessary to convert NetBox to recognize it. It requires the removal of the `HOST` and `PORT` keys from 
-above and the addition of two new keys.
+above and the addition of three new keys.
 
 
 * `SENTINELS`: List of tuples or tuple of tuples with each inner tuple containing the name or IP address 
 * `SENTINELS`: List of tuples or tuple of tuples with each inner tuple containing the name or IP address 
 of the Redis server and port for each sentinel instance to connect to
 of the Redis server and port for each sentinel instance to connect to