From f9861c689f109f642fd64765e5911cadecb3e11d Mon Sep 17 00:00:00 2001 From: Riuqlav Date: Sat, 4 Jun 2022 19:46:40 +0200 Subject: [PATCH] Small typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d68c771..65246281 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Description -A starter project which featuring advanced microservice pattern with GraphQL, based on Domain-Driven Design (DDD) using the command query responsibility segregation (CQRS) design pattern. +A starter project featuring an advanced microservice pattern with GraphQL, based on Domain-Driven Design (DDD) using the command query responsibility segregation (CQRS) design pattern. ## Technologies @@ -53,7 +53,7 @@ GRANT ALL PRIVILEGES ON service_account.* TO 'usr'@'%'; FLUSH PRIVILEGES; ``` -Clean-up all data if need to re-testing again +Clean up all data if needed to re-testing again ```sql DELETE FROM service_account.ACCOUNT; @@ -97,7 +97,7 @@ nest start gateway Goto GraphQL Playground - http://localhost:3000/graphql -### Create user with a default saving account +### Create a user with a default saving account ```graphql mutation { @@ -166,7 +166,7 @@ http://localhost:3000/graphql Output : -```json +```JSON { "data": { "users": [