Fixed JSDoc comment for ManifestBase.weight (#19488)
This commit is contained in:
committed by
GitHub
parent
6cfba9b406
commit
ce2756f399
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user