mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
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`.
This commit is contained in:
parent
5487fd677b
commit
a35b7dd0eb
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue