Fix grammatical and spelling errors in userdocs/

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-11 23:15:08 -06:00
parent cd60acf271
commit fe8f4b5b11
28 changed files with 65 additions and 65 deletions

View File

@@ -27,7 +27,7 @@ and passwords able to authenticate to the API.
- name: admin
password hash: $2b$05$5QVWDpiWE7L4SDL9CYdi3O/l6HnbNOLoXgY2sa1bQQ7aSBKdSqvsC
Passwords are stored as bcrypt2 hashses, which can be generated with ``mkpasswd``.
Passwords are stored as bcrypt2 hashes, which can be generated with ``mkpasswd``.
.. code-block:: console