Skip to content

Commit 424e8b5

Browse files
Ordinantebyhr
authored andcommitted
Fix typo and copy edit
1 parent a3e3ed9 commit 424e8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/sphinx/admin/openmetrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Configure metrics retrieval from the workers in your Prometheus configuration:
234234
tls_config:
235235
insecure_skip_verify: true
236236
basic_auth:
237-
username: mysuer # replace with a user with system information permission
237+
username: myuser # replace with a username that has system information permission
238238
# DO NOT ADD PASSWORD
239239
```
240240

@@ -292,7 +292,7 @@ configuration:
292292
tls_config:
293293
insecure_skip_verify: true
294294
basic_auth:
295-
username: mysuer # replace with a user with system information permission
295+
username: myuser # replace with a username that has system information permission
296296
password_file: /some/password/file
297297
```
298298

0 commit comments

Comments
 (0)