From 3807fb99c3ca48ac87f667647d9bb4c3940a40fa Mon Sep 17 00:00:00 2001
From: Sumit Ghosh <13281246+sughosneo@users.noreply.github.com>
Date: Tue, 1 Sep 2020 18:12:32 +0530
Subject: [PATCH] Fixed grammar and page name.

---
 Microservices-Architecture-eBook-changelog.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Microservices-Architecture-eBook-changelog.md b/Microservices-Architecture-eBook-changelog.md
index a8548d1..3dd892a 100644
--- a/Microservices-Architecture-eBook-changelog.md
+++ b/Microservices-Architecture-eBook-changelog.md
@@ -6,15 +6,15 @@
 Reference commits : [6317237](https://github.com/dotnet/docs/pull/19901/commits/63172377dfad02406ff73dd83bf4c709ee2985c6), [add8374](https://github.com/dotnet/docs/pull/20332/commits/add8374835f7dff4569ddd8301261b727e54b839), [05f6d3f](https://github.com/dotnet/docs/pull/20359/commits/05f6d3f4240684c53ae4ddabded2fae1c1aaed52), [540ff78](https://github.com/dotnet/docs/pull/19315/commits/540ff78fe7e94aad24eae90d2e14acf9176bb94a), [0e1e2bb](https://github.com/dotnet/docs/pull/20006/commits/0e1e2bb0f48b469deaba882fb695e9d86f812c8f), [b0f28cb](https://github.com/dotnet/docs/pull/20131/commits/b0f28cb9204ba982b1b022359946edc80b042daf), [ce794ce](https://github.com/dotnet/docs/pull/19980/commits/ce794ce5f18592a5f5a3e8b8f4d475b7c4fb6b7b)
 
 - Updates MediatR related content. Page : `Implement the microservice application layer using the Web API`
-- Adds right `DbContext` object and rephrase sentences to make it more meaningful. Page: `Creating a simple data-driven CRUD microservice`
+- Adds the right `DbContext` object and rephrases sentences to make it more meaningful. Page: `Creating a simple data-driven CRUD microservice`
 - Refactors ValueObject's Equals() method. Page : `Implement value objects`
-- Rephrases few sentences for better understanding. Page : `Use IHttpClientFactory to implement resilient HTTP requests`
-- Inclusion of `Ocelot v16.0.0` related breaking change note. Page : `Implement API Gateways with Ocelot`
-- Fixes following issues :
-    - Typo in configuration code snippet. Page: `Make secure .NET Microservices and Web Applications`
-    - Additional closing curly brace in code snippet. Page: `Health monitoring`
+- Rephrases few sentences for a better understanding of the context. Page : `Use IHttpClientFactory to implement resilient HTTP requests`
+- Inclusion of `Ocelot v16.0.0` related breaking change note in the important section. Page : `Implement API Gateways with Ocelot`
+- Fixes the following issues :
+    - Typo in the configuration code snippet. Page: `Make secure .NET Microservices and Web Applications`
+    - Additional closing curly brace in the code snippet. Page: `Health monitoring`
     - Additional resource links. Page : `Testing ASP.NET Core services and web apps`
-    - Broken additional resource links. Section : `Implementing integration and functional tests for each microservice`
-    - Repetitive defintion of `IHostedService interface`. Page: `Creating a simple data-driven CRUD microservice`
-    - Obsolete sql server image name in `docker-compose.yml`. Section: `Step 4. Define your services in docker-compose.yml..`
+    - Broken additional resource links. Page : `Testing ASP.NET Core services and web apps`
+    - Repetitive definition of `IHostedService interface`. Page: `Creating a simple data-driven CRUD microservice`
+    - Obsolete SQL server image name in `docker-compose.yml`. Page: `Development workflow for Docker apps`