You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by sf...@apache.org on 2023/12/15 19:55:18 UTC

(superset) branch master updated: chore(docs): fix typo "loader balancer" -> "load balancer" (#26285)

This is an automated email from the ASF dual-hosted git repository.

sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c96519b67 chore(docs): fix typo "loader balancer" -> "load balancer" (#26285)
9c96519b67 is described below

commit 9c96519b67a0c6e409ca600bc372af006d8587d1
Author: Sam Firke <sf...@users.noreply.github.com>
AuthorDate: Fri Dec 15 14:55:11 2023 -0500

    chore(docs): fix typo "loader balancer" -> "load balancer" (#26285)
---
 docs/docs/security/security.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/security/security.mdx b/docs/docs/security/security.mdx
index b3a4ae09c5..efaf9c921b 100644
--- a/docs/docs/security/security.mdx
+++ b/docs/docs/security/security.mdx
@@ -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