From d763bc03b40ffb87779f8c91ab3cc1f116e2b9c4 Mon Sep 17 00:00:00 2001 From: Mytho Date: Wed, 20 Jun 2012 00:26:44 -0700 Subject: [PATCH] fixed typo --- Large-app-how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Large-app-how-to.md b/Large-app-how-to.md index 66d5f71..4c93a86 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -14,7 +14,7 @@ I recommend using virtualenv: easy and allows multiple environments on the same ## Flask-SQLAlchemy -SQLAlchemy provide an easy and advanced way to serialize your object to different type of relational database. In your virutalenv, install SQLAlchemy from pip: +SQLAlchemy provide an easy and advanced way to serialize your object to different type of relational database. In your virtualenv, install SQLAlchemy from pip: pip install flask-sqlalchemy