Fix typo "insode" -> "inside" (#11204)

This commit is contained in:
jharding-blw 2020-10-08 16:58:58 -04:00 committed by GitHub
parent a10e86ab31
commit 5561b429f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ pip install --upgrade setuptools pip
### Python Virtual Environment
We highly recommend installing Superset insode of a virtual environment. Python 3 ships with
We highly recommend installing Superset inside of a virtual environment. Python 3 ships with
`virtualenv` out of the box but you can install it using:
```