Skip to content

Commit

Permalink
Small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Riuqlav committed Jun 4, 2022
1 parent f4f7026 commit f9861c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -166,7 +166,7 @@ http://localhost:3000/graphql

Output :

```json
```JSON
{
"data": {
"users": [
Expand Down

0 comments on commit f9861c6

Please sign in to comment.