Skip to content

Commit

Permalink
fix anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-r committed Feb 4, 2025
1 parent 2952aeb commit aa3dfd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/developer-docs/docs/style-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ If you notice any inconsistencies, feel free to open an [Issue](https://github.c
- [Word Choices](#word-choices)
- [Formatting Guidelines](#formatting-guidelines)
- [Component-Based Formatting](#component-based-formatting)
- [Error Message Formatting & Troubleshooting](#error-messages)
- [Accessibility Best Practices](#accessibility)
- [Error Message Formatting and Troubleshooting](#error-message-formatting-and-troubleshooting)
- [Accessibility Best Practices](#accessibility-best-practices)
- [React Component Imports](#react-component-imports)
- [Notes and Warnings](#notes-and-warnings)

Expand Down Expand Up @@ -162,7 +162,7 @@ Tabs improve readability when presenting different configurations or setup optio

When importing React components (e.g.: Tabs), imports must be placed at the top of the file.

## Error Message Formatting & Troubleshooting
## Error Message Formatting and Troubleshooting

When documenting error messages:

Expand Down

0 comments on commit aa3dfd1

Please sign in to comment.