docs: fix typo (#11129)

This commit is contained in:
Pavel T
2020-10-22 19:18:44 -04:00
committed by GitHub
parent 43b92b220f
commit 6f85d8d85c

View File

@@ -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]