Skip to content

Commit ec4712a

Browse files
authored
Update render-and-commit.md
1 parent 5aefaa3 commit ec4712a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/render-and-commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are two reasons for a component to render:
3838

3939
### Initial render {/*initial-render*/}
4040

41-
Intial render is like React is making the customers comfortable when they arrive, by offering them water without them asking for anything.
41+
The initial render in React is like making customers comfortable when they arrive by offering them water before they ask for anything.
4242

4343
When your app starts, you need to trigger the initial render. Frameworks and sandboxes sometimes hide this code, but it's done by calling [`createRoot`](/reference/react-dom/client/createRoot) with the target DOM node, and then calling its `render` method with your component:
4444

0 commit comments

Comments
 (0)