Skip to content

Commit 46ca300

Browse files
committed
more rename
1 parent 0719e33 commit 46ca300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editor/src/components/inspector/common/css-utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ export function parseGridChildren(
13211321
break
13221322
}
13231323
case 'Brackets': {
1324-
// The next child will get this area name
1324+
// The next child will get this line name
13251325
nextLineName = child.children.toArray().find((c) => c.type === 'Identifier')?.name ?? null
13261326
break
13271327
}

editor/src/core/shared/element-template.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,7 @@ export function gridPositionValue(numericalPosition: number | null): GridPositio
26672667

26682668
export const validGridPositionKeywords = ['auto']
26692669

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
26712671

26722672
export type GridPosition = GridPositionValue | CSSKeyword<ValidGridPositionKeyword>
26732673

0 commit comments

Comments
 (0)