release-2021-06-01 packages/core-plugin-api/src/routing/RouteRef.ts:118,120,122 docs

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-14 14:32:46 -05:00
parent 46b84f79f8
commit 19e336ed09
+1 -1
View File
@@ -368,7 +368,7 @@ The following is an example of creation and usage of a parameterized route:
```tsx
// Creation of a parameterized route
const myRouteRef = createRouteRef({
title: 'My Named Route',
id: 'myroute',
params: ['name']
})