Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maryam-saeidi committed Dec 17, 2024
1 parent e23b561 commit 9b3532c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared-ux/router/impl/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export declare interface SharedUXExecutionContext {

export declare interface SharedUXRoutesContextType {
/**
* This flag is used to disable the default execution context tracking for a specific router.
* Disable this flag in case you have a custom implementation for execution context tracking.
* This flag is used to enable the default execution context tracking for a specific router.
* Enable this flag in case you don't have a custom implementation for execution context tracking.
* */
readonly enableExecutionContextTracking?: boolean;
}

0 comments on commit 9b3532c

Please sign in to comment.