Update developing-locally-webpack.rst

Small typo fix
This commit is contained in:
Karlo Tamayo 2016-08-18 17:10:11 -07:00 committed by GitHub
parent 7279aa29eb
commit 95c31623c3

View File

@ -5,7 +5,7 @@ Developing Locally with Webpack
The steps below will get you up and running with a super speedy local development environment with Webpack, React, Redux and Hot module Replacement.
Before you begin, make sure you've created a python virtual environment, installed local python dependencies and created a postres database::
Before you begin, make sure you've created a python virtual environment, installed local python dependencies and created a postgres database::
$ virtualenv env
$ source env/bin/activate