Skip to content

Commit 7904efc

Browse files
authored
Update README.md
1 parent f3ee5a2 commit 7904efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Example: pass a footer component that contains a "previous" and "next" button to
8383
| ---------- | --------------- | ---------------------------------------------------------- | -------- | ------- |
8484
| startIndex | number | Indicate the wizard to start at the given step || 0 |
8585
| header | React.ReactNode | Header that is shown above the active step || |
86-
| footer | React.ReactNode | Footer that is shown below the active stepstep || |
86+
| footer | React.ReactNode | Footer that is shown below the active step || |
8787
| onStepChange | (stepIndex) | Callback that will be invoked with the new step index when the wizard changes steps || |
8888
| wrapper | React.React.ReactElement | Optional wrapper that is exclusively wrapped around the active step component. It is not wrapped around the `header` and `footer` || |
8989
| children | React.ReactNode | Each child component will be treated as an individual step | ✔️ |

0 commit comments

Comments
 (0)