Skip to content

Commit

Permalink
fix: Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Apr 24, 2024
1 parent 9560950 commit 150fb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foxessprom/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def send_index(self):
self.end_headers()
self.wfile.write("""
<html>
<head><title>Fox ESS Could Prometheus</title></head>
<head><title>Fox ESS Cloud Prometheus</title></head>
<body>
<h1>Fox ESS Could Prometheus/h1>
<h1>Fox ESS Cloud Prometheus</h1>
<p><a href="/metrics">Metrics</a></p>
</body>
</html>""".encode("utf8"))
Expand Down

0 comments on commit 150fb75

Please sign in to comment.