diff --git a/docs/topics/deployment/setup_ubuntu_and_git_and_supervisor.rst b/docs/topics/deployment/setup_ubuntu_and_git_and_supervisor.rst index b658e3e9c0..77e88626e1 100644 --- a/docs/topics/deployment/setup_ubuntu_and_git_and_supervisor.rst +++ b/docs/topics/deployment/setup_ubuntu_and_git_and_supervisor.rst @@ -65,7 +65,7 @@ create the virtual environment in your folder python3.12 install -m venv venv source venv/bin/activate -Install the requirements (if you arent using requirements.txt i highly recommend it) +Install the requirements (if you aren't using requirements.txt i highly recommend it) .. code-block:: sh diff --git a/docs/topics/deployment/supervisor.rst b/docs/topics/deployment/supervisor.rst index a28c7cb28c..96094dc9ca 100644 --- a/docs/topics/deployment/supervisor.rst +++ b/docs/topics/deployment/supervisor.rst @@ -49,7 +49,7 @@ to watch the output sudo supervisorctl tail -f api -Start the service if its not started. make sure its running. check the output to make sure there arent any errors. and if all that went according to plan your litestar application should be accessible on +Start the service if its not started. make sure its running. check the output to make sure there aren't any errors. and if all that went according to plan your litestar application should be accessible on http://yyy.yyy.yyy.yyy:80