From ff90b6945c98a6eb7fc2e6737c0b3808d8ea6883 Mon Sep 17 00:00:00 2001 From: Dhrumil Patel Date: Tue, 16 Mar 2021 05:35:16 -0400 Subject: [PATCH] chore(docs): Update deploying-to-digitalocean-droplet (#30266) --- docs/docs/deploying-to-digitalocean-droplet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,