diff --git a/docs/docs/router.md b/docs/docs/router.md index d3002d056389..6f430533e2be 100644 --- a/docs/docs/router.md +++ b/docs/docs/router.md @@ -218,7 +218,7 @@ Named route functions simply return a string, so you can still pass in hardcoded ## Active links -`NavLink` is a special version of `Link` that will add an `activeClassName` to the rendered element when it matches **exactly** the current URL. +`NavLink` is a special version of `Link` that will add an `activeClassName` to the rendered element when it matches the current URL. ```jsx title="MainMenu.jsx" import { NavLink, routes } from '@redwoodjs/router' @@ -227,7 +227,7 @@ import { NavLink, routes } from '@redwoodjs/router' const MainMenu = () =>