docs(route): add correct interface name (#21802)

This commit is contained in:
Liam DeBeasi
2020-07-23 13:28:46 -04:00
committed by GitHub
parent cc73a1063e
commit 470478d387

View File

@ -11,7 +11,7 @@ Navigation hooks can be used to perform tasks or act as navigation guards. Hooks
## Interfaces
```typescript
interface NavigationHookResult {
interface NavigationHookOptions {
/**
* A valid path to redirect navigation to.
*/