From 1fb51dfe3cf92a9d8ec641c78ef770f45cb84743 Mon Sep 17 00:00:00 2001 From: Mytho Date: Wed, 20 Jun 2012 00:36:34 -0700 Subject: [PATCH] fixed grammer --- 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 36fa2ef..ccbb9fb 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -116,7 +116,7 @@ We'll create 4 modules, an user module (manage user's registration, login, lost * `_basedir` is a trick for you to get the folder where the script runs * `DEBUG` indicates that it is a dev environment, you'll get the very helpful error page from flask when an error occured. * `SECRET_KEY` will be use to sign the cookies. Change it and all your users will have to login again. -* `ADMINS` will be used if you need to email informations to the site administrators. +* `ADMINS` will be used if you need to email information to the site administrators. * `SQLALCHEMY_DATABASE_URI` and `DATABASE_CONNECT_OPTIONS` are SQLAlchemy connection options (hard to guess ) * `THREAD_PAGE` my understanding was 2/core... might be wrong :) * `CSRF_ENABLED` and `CSRF_SESSION_KEY` are protecting against form post fraud