File tree 2 files changed +2
-2
lines changed
components/inspector/common
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1321,7 +1321,7 @@ export function parseGridChildren(
1321
1321
break
1322
1322
}
1323
1323
case 'Brackets' : {
1324
- // The next child will get this area name
1324
+ // The next child will get this line name
1325
1325
nextLineName = child . children . toArray ( ) . find ( ( c ) => c . type === 'Identifier' ) ?. name ?? null
1326
1326
break
1327
1327
}
Original file line number Diff line number Diff line change @@ -2667,7 +2667,7 @@ export function gridPositionValue(numericalPosition: number | null): GridPositio
2667
2667
2668
2668
export const validGridPositionKeywords = [ 'auto' ]
2669
2669
2670
- export type ValidGridPositionKeyword = string // using <string> because valid keywords are also area names we cannot know in advance
2670
+ export type ValidGridPositionKeyword = string // using <string> because valid keywords are also line names we cannot know in advance
2671
2671
2672
2672
export type GridPosition = GridPositionValue | CSSKeyword < ValidGridPositionKeyword >
2673
2673
You can’t perform that action at this time.
0 commit comments