Skip to content

Commit

Permalink
Fix step numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Oct 20, 2023
1 parent d59e313 commit cba84b3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const page: PageType = {
</ExampleStep>

<ExampleStep
heading="2. Footer positioning"
heading="3. Footer positioning"
detail={
<>
<Text>
Expand Down Expand Up @@ -241,7 +241,7 @@ const page: PageType = {
</ExampleStep>

<ExampleStep
heading="3. Adjusting the content density"
heading="4. Adjusting the content density"
detail={
<>
<Text>
Expand Down Expand Up @@ -289,7 +289,7 @@ const page: PageType = {
</ExampleStep>

<ExampleStep
heading="4. Limiting the content width"
heading="5. Limiting the content width"
detail={
<>
<Text>
Expand Down Expand Up @@ -382,7 +382,7 @@ const page: PageType = {
</ExampleStep>

<ExampleStep
heading="5. Applying consistent screen gutters"
heading="6. Applying consistent screen gutters"
detail={
<>
<Text>
Expand Down

0 comments on commit cba84b3

Please sign in to comment.