Skip to content

Commit

Permalink
Fix JSDocs for getDevModeChecksExecutionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jan 3, 2024
1 parent a7ab21a commit c80175e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export function collectInputSelectorResults(
/**
* Retrieves execution information for development mode checks.
*
* @param devModeChecks - Custom Settings for development mode checks. These settings will override the global defaults.
* @param firstRun - Indicates whether it is the first time the selector has run.
* @param devModeChecks - Custom Settings for development mode checks. These settings will override the global defaults.
* @returns An object containing the execution information for each development mode check.
*/
export const getDevModeChecksExecutionInfo = (
Expand Down

0 comments on commit c80175e

Please sign in to comment.