Correct a couple of typos.

This commit is contained in:
Kirill Miazine 2019-11-08 09:00:29 +01:00 committed by Nico Schottelius
parent ecc77e55ed
commit 7b8f1f09d9
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ for that. This type will:
- configure nginx. - configure nginx.
Our type will not create the actual python application. Its intention is only Our type will not create the actual python application. Its intention is only
to configure hosing for specified user and project. It is up to the user to to configure hosting for specified user and project. It is up to the user to
create his/her applications. create his/her applications.
So let's start. So let's start.
@ -480,7 +480,7 @@ Creating python bottle application
We now need to create Bottle application. As you remember from the beginning We now need to create Bottle application. As you remember from the beginning
of this walkthrough our type does not create the actual python application, of this walkthrough our type does not create the actual python application,
its intention is only to configure hosing for specified user and project. its intention is only to configure hosting for specified user and project.
It is up to the user to create his/her applications. It is up to the user to create his/her applications.
Become app user:: Become app user::