diff --git a/en/tutorial-rest.md b/en/tutorial-rest.md index 242a3720b56f..4d07e4f43a9a 100644 --- a/en/tutorial-rest.md +++ b/en/tutorial-rest.md @@ -33,7 +33,7 @@ The API consists of the following methods: | `DELETE` | `/api/robots/2` | Delete robot based on primary key | ## Application -As the application is simple, we will not implement any full MVC environment to develop it. In this case, we will use a [micro application](application-micro) application for our needs. The structure of the application is as follows: +As the application is simple, we will not implement any full MVC environment to develop it. In this case, we will use a [micro application](application-micro) for our needs. The structure of the application is as follows: ```php my-rest-api/