Skip to content

Commit f31b763

Browse files
committed
fix: tov for capitalisation on readme
1 parent bc66ecb commit f31b763

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Components load GOV.UK Frontend styles and JavaScript automatically. For styling
4848

4949
If you are approved to use GOV.UK assets, follow [this guide](https://frontend.design-system.service.gov.uk/import-font-and-images-assets/) to set up font and image assets.
5050

51-
## Router Integration
51+
## Router integration
5252

5353
Use the `asChild` prop on Link components to integrate with your router (Next.js, React Router, TanStack Router, etc.):
5454

@@ -74,7 +74,7 @@ import { Link as RouterLink } from "react-router-dom";
7474
</Link>
7575
```
7676

77-
### Multi-link Components
77+
### Multi-link components
7878

7979
For components with multiple links (Breadcrumbs, Footer, etc.), use the `renderLink` prop:
8080

0 commit comments

Comments
 (0)