Skip to content

Commit dc3773b

Browse files
authored
docs: fix some more typos (#473)
1 parent eef2e69 commit dc3773b

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

docs/1-getting-started/2-making-a-hero-section/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ _Picture by [Appolinary Kalashnikova](https://unsplash.com/@appolinary_kalashnik
6262

6363
Click **Save** and see the new hero section in the content tree:
6464

65-
> No rendering set for node: herosection<br>
66-
> Types: [hydrogen:heroSection]
65+
```
66+
No rendering set for node: herosection
67+
Types: [hydrogen:heroSection]
68+
```
6769

6870
This error message means that Jahia doesn't know how to render the `heroSection` node type: we haven't implemented the rendering logic yet. We'll do that next.
6971

docs/1-getting-started/3-the-about-us-page/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,10 @@ In `Header/default.server.tsx`, replace the current `<RenderChild name="hero" />
9999

100100
This additional property, `view`, defines the view that should be used when Jahia renders the `heroSection` component. We haven't created the `small` view yet, if you refresh your page right now you will see an error message instead:
101101

102-
> No rendering set for node: herosection<br/>
103-
> Types: [hydrogen:heroSection]
102+
```
103+
No rendering set for node: herosection
104+
Types: [hydrogen:heroSection]
105+
```
104106

105107
Start by adding a file named `src/components/Hero/Section/types.ts` and move `Props` to it:
106108

docs/1-getting-started/5-view-content-in-full-page/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ In JCR, everything is a node, i.e. an entity of a tree designated by a path. The
148148

149149
There is a lot more to learn about URL building and JCR exploration, and it's the topic of the next section.
150150

151-
Next: [Building a Navigation Bar](building-a-nav-bar)
151+
Next: [Building a Navigation Bar](building-a-navigation-bar)

0 commit comments

Comments
 (0)