Skip to content

Commit c8ee4aa

Browse files
authored
chore: update one of the numbered list (#8134)
1 parent 56b6bc0 commit c8ee4aa

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-ui/formbuilder

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-ui/formbuilder/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Amplify.configure(outputs);
9191
import { TodoCreateForm } from './ui-components';
9292
```
9393

94-
3. Place your form in code. For a form named `ProductCreateForm` in a React project, you could use the following App code:
94+
4. Place your form in code. For a form named `ProductCreateForm` in a React project, you could use the following App code:
9595

9696
```jsx
9797
function App() {

0 commit comments

Comments
 (0)