Skip to content

Commit d4ea650

Browse files
Leo6LeopierDipi
andauthored
Apply suggestions from code review
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
1 parent d5b2a30 commit d4ea650

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/bookstore/page-0/page-0-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The bookstore application consists of a few components.
5353

5454
### User Interface
5555

56-
A simple frontend Next.js application that interacts with these services. It could be a web page where users can select a book to view its details, ratings, and reviews.
56+
A frontend Next.js application that interacts with these services. It is a web page where users can select a book to view its details, ratings, and reviews.
5757

5858
### Database Service
5959

@@ -91,7 +91,7 @@ We will be building the sample app in this order:
9191

9292
1. **Implement Book Review v1**: Pass reviews from the frontend to event-display via broker. This involves learning about Broker, SinkBinding, and CloudEvents event types.
9393

94-
2. **Deploy Sentiment Analysis Service**: Gain knowledge on deploying a sentiment analysis service using Knative Func.
94+
2. **Deploy Sentiment Analysis Service**: Gain knowledge on deploying a sentiment analysis service using Knative Function.
9595

9696
3. **Deploy Bad Word Filter Service**: Learn how to deploy a bad word filter service using Knative Service and Sink.
9797

docs/bookstore/page-1/pg1-review-svc-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The book review service is our Node.js API server, playing a crucial role in our
3838

3939
Before we dive into the code, let's clarify two important concepts: Broker and SinkBinding. It’s okay if you don’t fully understand it yet! You will get a deeper understanding along the way.
4040

41-
- **Broker**: Acts as the central point in the event-driven architecture, routing events to the correct destinations. The broker's address is not fixed and can change dynamically.
41+
- **Broker**: Acts as the central point in the event-driven architecture, routing events to the correct destinations. The broker's address is not fixed and can vary.
4242
- **SinkBinding**: This Knative Eventing component automatically injects the broker's address into the environment variable `K_SINK`, ensuring that the Node.js server always has the correct address without manual updates.
4343

4444
![Image](images/image12.png)

0 commit comments

Comments
 (0)