Skip to content

Commit 9f5f279

Browse files
author
Ariel Kass
committed
fix typos, update codespell github actions
1 parent 1e3fc28 commit 9f5f279

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codespell.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: codespell
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: codespell
17-
uses: codespell-project/actions-codespell@v1
17+
uses: codespell-project/actions-codespell@v2
1818
with:
1919
check_filenames: true
2020
check_hidden: true

pkg/prome/exporter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ func RunExporter(restClients map[string]*rest.FSRestClient, namespace string) {
4444

4545
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
4646
var _, _ = w.Write([]byte(`<html>
47-
<head><title>Promethues Exporter</title></head>
47+
<head><title>Prometheus Exporter</title></head>
4848
<body>
49-
<h1>FlashSystem Overall Perf Promethues Exporter </h1>
49+
<h1>FlashSystem Overall Perf Prometheus Exporter </h1>
5050
<p><a href="/metrics">Metrics</a></p>
5151
</body>
5252
</html>`))

0 commit comments

Comments
 (0)