From 84f6a89c2d73dec638e34228be2bc69f5aae5388 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 6 Sep 2019 13:02:34 +0200 Subject: [PATCH] Clarify expression. --- spec/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/README.md b/spec/README.md index 4c87cc7..4725d53 100644 --- a/spec/README.md +++ b/spec/README.md @@ -315,9 +315,9 @@ A new id is created for the appended route so it can be referenced later. * **Notes**: * Route numbering starts at zero. * When `index` is not provided or is `0` the route will be inserted - first, effectively making it index `0`. + in the first position, effectively making it index `0`. * Conversely, when `index` is greater than the number of entries on the route - table, it will be inserted last. + table, it will be inserted in the last position. * Finally, when `index` is less than `0` a 422 error is raised. * A successful request will yield a response containing all the effective parameters that were applied.