From 2d53a66c3ef56ba0c98317fd8784de8a0469e3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Hurtado?= Date: Wed, 14 Aug 2019 20:57:19 +0200 Subject: [PATCH] Fixed some typos in spec's correction --- spec/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/README.md b/spec/README.md index 6673549..092ab67 100644 --- a/spec/README.md +++ b/spec/README.md @@ -91,7 +91,7 @@ incapable in others. We named it Kapow!. It is pronounceable, short and meaningless... like every good UNIX® command ;-) -TODO: Definitionid +TODO: Definition TODO: Intro to Architecture @@ -209,7 +209,7 @@ Returns JSON data about the current routes. #### Append route -Accepts JSON data that defines a new route to be appended to the current routes. New routes are given with an id so it can be referenced later. +Accepts JSON data that defines a new route to be appended to the current routes. A new id is created for the appended route so it can be referenced later. * **URL**: `/routes` * **Method**: `POST` @@ -273,7 +273,7 @@ Accepts JSON data that defines a new route to be appended to the current routes. #### Insert a route Accepts JSON data that defines a new route to be inserted at the specified - index to the current routes. New routes are given with an id so it can be referenced later. + index to the current routes. A new id is created for the inserted route so it can be referenced later. * **URL**: `/routes` * **Method**: `PUT`