Skip to content

Commit 8159859

Browse files
committed
FIXED: Typos in README.
1 parent 6a15ca6 commit 8159859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@ service: serverless-lambda-typescript-example
8080

8181
## What you can find in the code
8282

83-
### Example CORS endpoints
83+
### Example CRUD endpoints
8484

85-
This project shows an example Lambda function implementation with the following layers (see the `src/cities` folder):
85+
This project shows example Lambda function implementations with the following layers (see the `src/cities` folder):
8686

8787
- **Handler**: The handler is the endpoint that is called by AWS when it executes your Lambda. See `cities.ts`.
8888
- **Controller**: The controller is responsible for transforming any operation result to an HTTP response. See `cities.controller.ts`.
8989
- **Service**: The service is responsible for implementing the business logic, and provide the operation result. See `cities.service.ts`.
9090
- **Repository**: The repository is responsible for providing the data for the service. See `cities.repository.ts`.
9191

92-
ALl layers have unit tests mocking the underlying layers.
92+
All layers have unit tests with mocking the underlying layers.
9393

9494
Additional terms:
9595

0 commit comments

Comments
 (0)