diff options
author | Nikolai Patrick <41409702+Smartich0ke@users.noreply.github.com> | 2023-11-22 21:43:41 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 11:13:41 +0000 |
commit | fde4225469c81d4efafbc8e4424eee0585beb9bd (patch) | |
tree | 71247db0775fcf04d2e23f58023f911e92bb1184 | |
parent | 7863a405a5f41acd2e40b40ec288eebe781eac1a (diff) |
fix typo (#3266)
Fix a tiny spelling mistake in the Grafana dashboard.
Literally a 1 character commit lol
### Pull Request Checklist
<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->
* [x ] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [ x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately
Signed-off-by: `Nikolai Patrick nikolaipatrick@wws.sa.edu.au`
-rw-r--r-- | helm/dendrite/grafana_dashboards/dendrite-rev2.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/dendrite/grafana_dashboards/dendrite-rev2.json b/helm/dendrite/grafana_dashboards/dendrite-rev2.json index 817f950b..420d8bf1 100644 --- a/helm/dendrite/grafana_dashboards/dendrite-rev2.json +++ b/helm/dendrite/grafana_dashboards/dendrite-rev2.json @@ -119,7 +119,7 @@ "refId": "A" } ], - "title": "Registerd Users", + "title": "Registered Users", "type": "stat" }, { |