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

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:
```