Skip to content

Commit 246b13e

Browse files
authored
Apply suggestions from code review
1 parent 69099cf commit 246b13e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/configure-nextcloud-ubuntu/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Run the following command to allow the connection via the domain `your.domain.co
5757
nextcloud.occ config:system:set trusted_domains 1 --value=your.domain.com
5858
```
5959

60-
The following message should appear, confirming that the domain was added: `System config value trusted_domains => 1 set to string your.domain.com`
60+
The following message should appear, confirming that the domain was added: `System config value trusted_domains => 1 set to string your-domain.com`
6161

6262
## Securing the web interface with a Let's Encrypt TLS/SSL certificate
6363

tutorials/deploy-penpot-with-docker-instantapp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In this tutorial, you learn how to deploy your own Penpot Instance using the Doc
105105

106106
1. Log into your domain registrar, access your DNS zone, and add an A record with the following information.
107107
- Name: `penpot`
108-
- IP address or Hostname or Value: `your-instance-public-IPv4-address`
108+
- IP address or Hostname or Value: `<your-instance-public-IPv4-address>`
109109
- TTL: default
110110

111111
2. Run `certbot`, a tool that automatizes most of the configuration work related to requesting, installing, and managing the TLS certificate:

0 commit comments

Comments
 (0)