Fixed JSDoc comment for ManifestBase.weight (#19488)

This commit is contained in:
Karl-Johan Sjögren
2025-06-05 09:45:14 +02:00
committed by GitHub
parent 6cfba9b406
commit ce2756f399

View File

@@ -21,7 +21,7 @@ export interface ManifestBase {
name: string;
/**
* Extensions such as dashboards are ordered by weight with lower numbers being first in the list
* Extensions such as dashboards are ordered by weight with higher numbers being first in the list
*/
weight?: number;
}