From 969fbea6026f6305c94684208ee7d7319bee722d Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Mon, 7 Jul 2014 09:01:09 +0200 Subject: [PATCH] Fixed grammar in Piwik documentation --- docs/services/piwik.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/services/piwik.rst b/docs/services/piwik.rst index 2067c74..1e6b3ed 100644 --- a/docs/services/piwik.rst +++ b/docs/services/piwik.rst @@ -72,7 +72,7 @@ Your Piwik server can track several websites. Each website has its site ID (this is the ``idSite`` parameter in the query string of your browser's address bar when you visit the Piwik Dashboard). Set :const:`PIWIK_SITE_ID` in the project :file:`settings.py` file to -the value corresponding to the website your tracking:: +the value corresponding to the website you're tracking:: PIWIK_SITE_ID = '4' @@ -84,10 +84,10 @@ Internal IP addresses Usually, you do not want to track clicks from your development or internal IP addresses. By default, if the tags detect that the client -comes from any address in the :const:`ANALYTICAL_INTERNAL_IPS` by -default (which takes the value of :const:`INTERNAL_IPS` by default). -See :ref:`identifying-visitors` for important information about -detecting the visitor IP address. +comes from any address in the :const:`ANALYTICAL_INTERNAL_IPS` (which +takes the value of :const:`INTERNAL_IPS` by default) the tracking code +is commented out. See :ref:`identifying-visitors` for important +information about detecting the visitor IP address. ----