You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2020/10/22 23:19:05 UTC

[incubator-superset] branch master updated: docs: fix typo (#11129)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f85d8d  docs: fix typo (#11129)
6f85d8d is described below

commit 6f85d8d85cfd6de5f8fcee4600a59af7447edb77
Author: Pavel T <pa...@gmail.com>
AuthorDate: Thu Oct 22 19:18:44 2020 -0400

    docs: fix typo (#11129)
---
 docs/src/pages/docs/installation/networking_settings.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/pages/docs/installation/networking_settings.mdx b/docs/src/pages/docs/installation/networking_settings.mdx
index 9e3941a..aed2957 100644
--- a/docs/src/pages/docs/installation/networking_settings.mdx
+++ b/docs/src/pages/docs/installation/networking_settings.mdx
@@ -10,7 +10,7 @@ version: 1
 
 ### CORS
 
-To configure CORS, or cross-origin research sharing, the following dependency must be installed:
+To configure CORS, or cross-origin resource sharing, the following dependency must be installed:
 
 ```python
 pip install apache-superset[cors]