Skip to content

Commit

Permalink
fix: correct type comment for navigation property (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed May 31, 2022
1 parent 5b81839 commit 82efc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Expand Up @@ -139,7 +139,7 @@ export interface ModuleOptions {
/**
* Enable/Disable navigation.
*
* @defaul {}
* @default {}
*/
navigation: false | {
fields: Array<string>
Expand Down

0 comments on commit 82efc23

Please sign in to comment.