From 6f85d8d85cfd6de5f8fcee4600a59af7447edb77 Mon Sep 17 00:00:00 2001 From: Pavel T Date: Thu, 22 Oct 2020 19:18:44 -0400 Subject: [PATCH] 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 9e3941ac0..aed2957c9 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]