Skip to content

Commit ce2756f

Browse files
authored
Fixed JSDoc comment for ManifestBase.weight (#19488)
1 parent 6cfba9b commit ce2756f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/libs/extension-api/types/manifest-base.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface ManifestBase {
2121
name: string;
2222

2323
/**
24-
* Extensions such as dashboards are ordered by weight with lower numbers being first in the list
24+
* Extensions such as dashboards are ordered by weight with higher numbers being first in the list
2525
*/
2626
weight?: number;
2727
}

0 commit comments

Comments
 (0)