From 670728d6609417591619306229864fc12b729bae Mon Sep 17 00:00:00 2001 From: VINAYAK MR <47889807+vmr1532@users.noreply.github.com> Date: Sat, 14 Dec 2019 01:46:25 +0530 Subject: [PATCH] docs(upgrade) fix spelling (#5339) Fixed some spelling errors in this file. --- UPGRADE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 52ad3e86fc0..5cfe13c3708 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -735,7 +735,7 @@ plugins is now removed. - With the removal of the API entity, the `/apis` endpoint is removed; accordingly, other endpoints that accepted `api_id` no longer do so. Use Routes and Services instead. -- All entity endpoints now use the new Admin API implementaion. +- All entity endpoints now use the new Admin API implementation. This means their requests and responses now use the same syntax, which was already in use in endpoints such as `/routes` and `/services`. @@ -974,7 +974,7 @@ functionality which was possibly used by custom plugins is now removed. ##### Admin API -- All entity endpoints now use the new Admin API implementaion. +- All entity endpoints now use the new Admin API implementation. This means their requests and responses now use the same syntax, which was already in use in endpoints such as `/routes` and `/services`.