Skip to content

Commit a5cf0b0

Browse files
bene2k1RoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 0e2f02b commit a5cf0b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/overleaf/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It is particularly favored by academics and professionals for producing scientif
2626
- Installed `git` on your Instance
2727
- Properly configured DNS A/AAAA records pointing to your Instance's public IP
2828

29-
### Preparing the Environment
29+
### Preparing the environment
3030
1. SSH into your Instance:
3131
```bash
3232
ssh root@<YOUR-INSTANCE-IP>
@@ -55,7 +55,7 @@ It is particularly favored by academics and professionals for producing scientif
5555
./bin/init
5656
```
5757

58-
6. Start the application and it's containers:
58+
6. Start the application and its containers:
5959
```bash
6060
./bin/up
6161
```
@@ -139,7 +139,7 @@ It is particularly favored by academics and professionals for producing scientif
139139
apt install python3-certbot-nginx nginx
140140
```
141141

142-
2. Obtain an SSL Certificate
142+
2. Obtain an SSL certificate
143143
```bash
144144
sudo certbot --nginx certonly
145145
```
@@ -222,4 +222,4 @@ sudo certbot --nginx certonly
222222

223223
2. Follow the link to the login page (`<http://<YOUR_OVERLEAF_DOMAIN>/login>/`) and enter the credentials you just created. Upon successful login, you'll be directed to a welcome page.
224224

225-
To begin using Overleaf, click the green button at the bottom of the welcome page. For more information, how to use Overleaf, refer to the [official documentation](https://www.overleaf.com/learn).
225+
To begin using Overleaf, click the green button at the bottom of the welcome page. For more information on how to use Overleaf, refer to the [official documentation](https://www.overleaf.com/learn).

0 commit comments

Comments
 (0)