fix: incosistent naming
continuous-integration/drone/push Build is passing Details

pull/41/head
Inex Code 2023-08-25 14:13:26 +03:00
parent e992458a52
commit c23a5b25e8
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ To access your server's root shell you will have to generate your SSH key and ad
## How to access your server's root shell via SSH
1. Open the terminal or Command Prompt.
2. Run the following command, replacing `server_ip` with your server's domain:
2. Run the following command, replacing `server_domain` with your server's domain:
```bash
ssh root@server_domain
```