From fe2f54a179502dccb80304829a3e5f5717418889 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 Mar 2020 14:44:12 -0500 Subject: [PATCH] netbox/netbox/configuration.example.py: fix a typo --- netbox/netbox/configuration.example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox/configuration.example.py b/netbox/netbox/configuration.example.py index 7002def9b..90a6d33bf 100644 --- a/netbox/netbox/configuration.example.py +++ b/netbox/netbox/configuration.example.py @@ -22,7 +22,7 @@ DATABASE = { } # Redis database settings. The Redis database is used for caching and background processing such as webhooks -# Seperate sections for webhooks and caching allow for connecting to seperate Redis instances/datbases if desired. +# Seperate sections for webhooks and caching allow for connecting to seperate Redis instances/databases if desired. # Full connection details are required in both sections, even if they are the same. REDIS = { 'webhooks': {