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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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]