Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 0845d0b

Browse files
authored
Fix typo (#131)
1 parent 384763d commit 0845d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to-deploy-laravel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ host('domain.org')
3434
->set('deploy_path', '/var/www/html');
3535
```
3636

37-
Make sure what `~/.ssh/config` contains `domain.org` and you can connect to host thought ssh.
37+
Make sure what `~/.ssh/config` contains `domain.org` and you can connect to host using ssh.
3838

3939
Another important parameter it is `deploy_path`, where you project will be located on remote host.
4040

0 commit comments

Comments
 (0)