Skip to content

Commit db0e0b1

Browse files
committed
Wording
1 parent ae2099e commit db0e0b1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/hosting/_includes/wizard/_server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The first page of the wizard will tell you if your environment is ready for Pass
6969
<p>
7070
Passbolt {props.distributionLabel} comes with a preinstalled MariaDB
7171
database. The credentials for this database are randomly generated on
72-
the first boot and the webinstaller autofills those credentials for you.
72+
the first boot and the webinstaller auto-fills those credentials for you.
7373
</p>
7474
<p>
7575
The autogenerated database credentials will be available for later use

docs/hosting/troubleshooting/docker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Alternatively if you are using Docker Secrets you’ll need to run the following
4040
{`./bin/status-report`}
4141
</CodeBlock>
4242

43-
### Healthcheck
43+
### Health Check
4444

4545
<CodeBlock>
4646
{`./bin/cake passbolt healthcheck`}
@@ -51,7 +51,7 @@ Alternatively if you are using Docker Secrets you’ll need to run the following
5151
./bin/cake passbolt send_test_email \
5252
--recipient=youremail@domain.com
5353
```
54-
### Datacheck
54+
### Data Check
5555
<CodeBlock>
5656
{`./bin/cake passbolt datacheck --hide-success-details`}
5757
</CodeBlock>

docs/hosting/troubleshooting/helm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export PASSBOLT_GPG_SERVER_KEY_FINGERPRINT="$(gpg \
2525
${PASSBOLT_KEY_EMAIL:-passbolt@yourdomain.com} | \
2626
grep -Ev "^(pub|sub|uid|^$)" | tr -d ' ')"
2727
```
28-
## Healthcheck
28+
## Health Check
2929

3030
<CodeBlock>
3131
{`./bin/cake passbolt healthcheck`}
@@ -36,7 +36,7 @@ export PASSBOLT_GPG_SERVER_KEY_FINGERPRINT="$(gpg \
3636
./bin/cake passbolt send_test_email \
3737
--recipient=youremail@domain.com
3838
```
39-
## Datacheck
39+
## Data Check
4040
<CodeBlock>
4141
{`./bin/cake passbolt datacheck --hide-success-details`}
4242
</CodeBlock>

docs/hosting/troubleshooting/logs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The healthcheck is used to check whether the Passbolt system is running as expec
4646

4747
<Webserverprotip />
4848

49-
### Datacheck
49+
### Data Check
5050

51-
The datacheck is a great tool as it aims to have a look at the data integrity for GPG keys, authentication tokens, groups, resources, etc.
51+
The data check is a great tool as it aims to have a look at the data integrity for GPG keys, authentication tokens, groups, resources, etc.
5252

5353
**Package Installation**
5454
```bash

0 commit comments

Comments
 (0)