From 23c793be977ba891f5e7a2ea9445f526b9dc1dbe Mon Sep 17 00:00:00 2001 From: CayeOficial Date: Mon, 7 Aug 2023 18:55:41 +0200 Subject: [PATCH] fix: make keyword bold in documentation (#1089) * fix: make keyword bold in documentation * fix: another one --- docs/firststeps-rent-contractorprepaid.md | 2 +- docs/vserver-linux-docker.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/firststeps-rent-contractorprepaid.md b/docs/firststeps-rent-contractorprepaid.md index 7a4276141..02eaf0d95 100644 --- a/docs/firststeps-rent-contractorprepaid.md +++ b/docs/firststeps-rent-contractorprepaid.md @@ -29,4 +29,4 @@ If you pay with PayPal or credit card, a payment agreement is automatically crea :::info You also have the possibility to deactivate the checkbox "**subscription payment**" during the order process. We will send you an invoice on a regular basis, which you will have to pay manually in the customer portal. ::: -You have the possibility to add or remove **subscription payment to a contract at any time later. To do so, open the navigation point "**Contracts & Prepaids**" in the customer portal +You have the possibility to add or remove **subscription payment** to a contract at any time later. To do so, open the navigation point "**Contracts & Prepaids**" in the customer portal diff --git a/docs/vserver-linux-docker.md b/docs/vserver-linux-docker.md index 855aa2239..3685218cd 100644 --- a/docs/vserver-linux-docker.md +++ b/docs/vserver-linux-docker.md @@ -49,7 +49,7 @@ systemctl status docker ![image](https://user-images.githubusercontent.com/13604413/172061231-1bbde11c-85b9-47a7-9f88-44e31144d1c8.png) If it looks like this and it says "**Active (running)**" then Docker was installed completely without any problems. -With a **docker run hello-worl**d you can then check whether Docker is also running correctly. +With a **docker run hello-world** you can then check whether Docker is also running correctly. The output should look like this: ![image](https://user-images.githubusercontent.com/13604413/172061244-6834dae0-f14a-43ad-85d6-b5bf74ea89f8.png)