From 2dbc04c6fb9fedfe3f9e4ea0438e20475bed9248 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 14 Apr 2020 10:03:02 -0400 Subject: [PATCH] Fix typo --- docs/configuration/optional-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/optional-settings.md b/docs/configuration/optional-settings.md index 80715b7ec..503ed1954 100644 --- a/docs/configuration/optional-settings.md +++ b/docs/configuration/optional-settings.md @@ -344,7 +344,7 @@ When determining the primary IP address for a device, IPv6 is preferred over IPv Default: `False` -NetBox can be configured to support remote user authentication by inferring user authentication from an HTTP header set by the HTTP reverse proxy (e.g. nginx or Apache). Set this to `True` to enable this functionality. (Local authenitcation will still take effect as a fallback.) +NetBox can be configured to support remote user authentication by inferring user authentication from an HTTP header set by the HTTP reverse proxy (e.g. nginx or Apache). Set this to `True` to enable this functionality. (Local authentication will still take effect as a fallback.) ---