diff --git a/docs/docs/deploying-to-digitalocean-droplet.md b/docs/docs/deploying-to-digitalocean-droplet.md index c8d68b142461c..ec070b4ca35e9 100644 --- a/docs/docs/deploying-to-digitalocean-droplet.md +++ b/docs/docs/deploying-to-digitalocean-droplet.md @@ -128,7 +128,7 @@ Nginx is web-server. It provides the infrastructure code for handling client req sudo ufw allow 'Nginx HTTPS' ``` - > Note: You may have to allow access to port 443 explicitly using `sudo ufw allow 443/tcp`. + > **Note:** You may have to allow access to port 443 explicitly using `sudo ufw allow 443/tcp`. 3. To check the access,