Skip to content

Commit de75a50

Browse files
Apply suggestion
1 parent 21fd571 commit de75a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ TEST: addTests('hasRepoHeader', combinedTestOnly);
401401
export const isEmptyRepoRoot = (): boolean => isRepoHome() && !exists('link[rel="canonical"]');
402402

403403
/**
404-
* @deprecated Doesn't work anymore. Use API instead.
404+
* @deprecated Doesn't work anymore. Use `isEmptyRepoRoot` or API instead.
405405
*/
406406
export const isEmptyRepo = (): boolean => exists('[aria-label="Cannot fork because repository is empty."]');
407407

0 commit comments

Comments
 (0)