chore(docs): fix typo "loader balancer" -> "load balancer" (#26285)

This commit is contained in:
Sam Firke
2023-12-15 14:55:11 -05:00
committed by GitHub
parent 51172ca1aa
commit 9c96519b67

View File

@@ -270,7 +270,7 @@ These generally improve security, but administrators should be aware of their ex
In particular, the option of `force_https = True` (`False` by default) may break Superset's Alerts & Reports
if workers are configured to access charts via a `WEBDRIVER_BASEURL` beginning
with `http://`. As long as a Superset deployment enforces https upstream, e.g.,
through a loader balancer or application gateway, it should be acceptable to keep this
through a load balancer or application gateway, it should be acceptable to keep this
option disabled. Otherwise, you may want to enable `force_https` like this:
```python