Skip to content

Commit 7bb0cba

Browse files
contractions and hedging
1 parent 492e3ed commit 7bb0cba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/learning-paths/servers-and-cloud-computing/storefront-ai-assistant-gke-axion/review-assistant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ find src/shoppingassistantservice -maxdepth 2 -type f | sort
1414
find kustomize/components/shopping-assistant -maxdepth 2 -type f | sort
1515
```
1616

17-
You should see the assistant source folder and the `shopping-assistant` Kustomize component.
17+
You'll see the assistant source folder and the `shopping-assistant` Kustomize component.
1818

1919
{{% notice Note %}}
2020
If you see a `__pycache__` directory, ignore it. Python creates that directory during local syntax checks.

content/learning-paths/servers-and-cloud-computing/storefront-ai-assistant-gke-axion/validate-n4a-baseline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deploy and validate the storefront baseline on the Google N4A node pool
3-
description: Deploy the Online Boutique storefront on N4A and confirm that the assistant service has not been deployed yet.
3+
description: Deploy the Online Boutique storefront on N4A and confirm that the assistant service hasn't been deployed yet.
44
weight: 4
55
layout: "learningpathall"
66
---
@@ -11,7 +11,7 @@ Before you add the assistant tier, create and confirm the starting state of the
1111

1212
- The cluster contains N4A and C4A node pools.
1313
- The storefront baseline runs on N4A after you apply the baseline overlay.
14-
- `shoppingassistantservice` is not running yet.
14+
- `shoppingassistantservice` isn't running yet.
1515

1616
If you're running this Learning Path in a cluster that already has the assistant from an earlier run, remove the old assistant resources before you create the baseline:
1717

0 commit comments

Comments
 (0)