Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstore4 committed Sep 25, 2024
1 parent 2513c79 commit f36869b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/DeepDive.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ let filterRequest: GetByFilterRequest =
The `Site Pages` hierarchy defines the top navigation of the site.
This hierarchy is always loaded server-side and available for the Next.js pages.

Each commerce related node (Site Pages and Category Page) have an option populate sub nodes from commerce.
Each commerce related node (Site Pages and Category Page) has an option to populate sub nodes from commerce.

![Site Pages](../media/site-pages-sub.png)

Expand Down Expand Up @@ -148,7 +148,7 @@ Demostore features product detail page layouts that can be specific to:

- a category
- a product
- a Designer (could be any product attribute)
- a designer (could be any product attribute)

A specific UI Extension allows you to change the whole layout of the product detail page.
There is a default product layout with delivery key `layout/default-pdp`.
Expand Down Expand Up @@ -445,15 +445,15 @@ Once objects have been detected, you can use one of them to set the focal point.

![Shoppable Image](../media/component-shoppableImage-ai-focal-point.png)

In this example, you can set the focal point to a detected brush in the image.
In this example, you can set the focal point to a detected bench in the image.

#### Hotspots

In the following example, you can add hotspots from the AI Assistant to your list:

![Shoppable Image](../media/component-shoppableImage-ai-hotspot.png)

It will automatically be added with the same name for selector and target, for instance `.brush` for the selector, and `brush` for the target. You can then change to one of the selectors above.
It will automatically be added with the same name for selector and target, for instance `.bench` for the selector, and `bench` for the target. You can then change to one of the selectors above.

#### Polygon

Expand Down

0 comments on commit f36869b

Please sign in to comment.