From 637805e003f23aa98aa768f9bdd431c24467ae72 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 3 Mar 2020 18:40:04 +1100 Subject: [PATCH] docs: Fix simple typo, betweeen -> between There is a small typo in docs/services/matomo.rst, docs/services/piwik.rst. Should read `between` rather than `betweeen`. --- docs/services/matomo.rst | 2 +- docs/services/piwik.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services/matomo.rst b/docs/services/matomo.rst index 0aa4731..d6a5b83 100644 --- a/docs/services/matomo.rst +++ b/docs/services/matomo.rst @@ -98,7 +98,7 @@ other parameters should be strings. :: return some_template.render(context) Matomo default settings allow up to 5 custom variables for both scope. Variable -mapping betweeen index and name must stay constant, or the latest name +mapping between index and name must stay constant, or the latest name override the previous one. If you use the same user variables in different views and its value can diff --git a/docs/services/piwik.rst b/docs/services/piwik.rst index 852c19f..30f6d9a 100644 --- a/docs/services/piwik.rst +++ b/docs/services/piwik.rst @@ -107,7 +107,7 @@ other parameters should be strings. :: return some_template.render(context) Piwik default settings allow up to 5 custom variables for both scope. Variable -mapping betweeen index and name must stay constant, or the latest name +mapping between index and name must stay constant, or the latest name override the previous one. If you use the same user variables in different views and its value can