summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIuri de Silvio <iurisilvio@gmail.com>2011-09-28 13:54:08 -0300
committerIuri de Silvio <iurisilvio@gmail.com>2011-09-28 13:54:08 -0300
commit665be8ee095ca1569bc883e187e60c12cfa0893d (patch)
treea3ee776d562b98b0a532f4a0dba937060f132b1b
parent5b658068e2c731c818a6f6cbf42dab68840491e2 (diff)
downloadbottle-665be8ee095ca1569bc883e187e60c12cfa0893d.tar.gz
Documentation english correction. #232
-rwxr-xr-xdocs/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index 0f4340d..2cc8b97 100755
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -613,7 +613,7 @@ Other plugin may populate the thread-safe :data:`local` object, change details o
Application-wide Installation
--------------------------------------------------------------------------------
-Plugins can be installed application-wide or just to some specific routes that need additional functionality. Most plugins are save to be installed to all routes and are smart enough to not add overhead to callbacks that do not need their functionality.
+Plugins can be installed application-wide or just to some specific routes that need additional functionality. Most plugins can safely be installed to all routes and are smart enough to not add overhead to callbacks that do not need their functionality.
Let us take the 'sqlite' plugin for example. It only affects route callbacks that need a database connection. Other routes are left alone. Because of this, we can install the plugin application-wide with no additional overhead.