From 16ca7cae54af0c66235a897f522b285fa734cdb7 Mon Sep 17 00:00:00 2001 From: fvromera <32909196+fvromera@users.noreply.github.com> Date: Thu, 3 Jun 2021 07:43:58 +0200 Subject: [PATCH] Fixed some typos in rest tutorial --- en/tutorial-rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/