Skip to content

Commit 55d6ef4

Browse files
committed
[docs] Fix numbering
1 parent 80d92cc commit 55d6ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials/react.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ First, let's define our components. Create a folder called `components` in the `
152152
```
153153
154154
155-
1. `Progress.jsx`: This component will display the progress for downloading each model file.
155+
2. `Progress.jsx`: This component will display the progress for downloading each model file.
156156
```jsx
157157
export default function Progress({ text, percentage }) {
158158
percentage = percentage ?? 0;

0 commit comments

Comments
 (0)