Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 10, 2022
1 parent 48afe5e commit 2d510dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config-templates/module_statistics.php
Expand Up @@ -141,7 +141,7 @@
],
'slo' => [
'name' => 'SLO initiated from service',
'descr' => 'The number of initated Sinlge Logout from each of the service providers.',
'descr' => 'The number of initiated Single Logout from each of the service providers.',
'action' => 'saml20-idp-SLO',
'col' => 7, // Service Provider EntityID that initiated the logout.
'fieldPresentation' => [
Expand All @@ -151,7 +151,7 @@
],
'consent' => [
'name' => 'Consent',
'descr' => 'Consent statistics. Everytime a user logs in to a service an entry is logged for' .
'descr' => 'Consent statistics. Every time a user logs in to a service an entry is logged for' .
' one of three states: consent was found, consent was not found or consent storage was not available.',
'action' => 'consent',
'col' => 6,
Expand All @@ -162,7 +162,7 @@
],
'consentresponse' => [
'name' => 'Consent response',
'descr' => 'Consent response statistics. Everytime a user accepts consent,' .
'descr' => 'Consent response statistics. Every time a user accepts consent,' .
' it is logged whether the user selected to remember the consent to next time.',
'action' => 'consentResponse',
'col' => 6,
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml
Expand Up @@ -15,7 +15,7 @@
<!--<exclude-pattern>*/tests/*</exclude-pattern>-->
<!--<exclude-pattern>*/other/*</exclude-pattern>-->

<!-- This is the rule we inherit from. If you want to exlude some specific rules, see the docs on how to do that -->
<!-- This is the rule we inherit from. If you want to exclude some specific rules, see the docs on how to do that -->
<rule ref="PSR12"/>

<!-- Ignore files with side effects that we cannot fix -->
Expand Down
2 changes: 1 addition & 1 deletion templates/statistics.twig
Expand Up @@ -124,7 +124,7 @@
<ul class="tabset_tabs">
<li class="tab-link current" data-tab="graph"><a href="#graph">Graph</a></li>
<li class="tab-link" data-tab="table"><a href="#table">Summary table</a></li>
<li class="tab-link" data-tab="debug"><a href="#debug">Time serie</a></li>
<li class="tab-link" data-tab="debug"><a href="#debug">Time series</a></li>
</ul>

<div id="graph" class="tabset_content current">
Expand Down

0 comments on commit 2d510dd

Please sign in to comment.